diff options
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 | ||||
-rw-r--r-- | Etc/completion-style-guide | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 492128bfb..d7c8be4a1 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -959,7 +959,7 @@ strings consisting of the string to complete followed by a colon (which needs to be preceded by a backslash) and a description. The matches will be listed together with their descriptions. -A var(action) of the form `tt(->)var(string)' is used by functions +An var(action) of the form `tt(->)var(string)' is used by functions that implement a state machine. In this case, the `var(string)' (with all leading and trailing spaces and tabs removed) will be stored in the global parameter tt(state) and the function returns with a return diff --git a/Etc/completion-style-guide b/Etc/completion-style-guide index 8e8caf104..949ae1a9f 100644 --- a/Etc/completion-style-guide +++ b/Etc/completion-style-guide @@ -70,7 +70,7 @@ For now this is just a list of things one should or shouldn't do. fi Finally, it is good style to display descriptions for options that - aren't self-explanatory. See the `_display' function and it's use + aren't self-explanatory. See the `_display' function and its use in `_arguments'. All this should make it look like a really good idea to just use the |