diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-03-12 17:39:22 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-03-12 17:39:22 +0000 |
commit | f18221fbb016e91df7234cbcfd34affa140ebb58 (patch) | |
tree | 9f2dcd6040427b5722c1a0fb0222f6e9463af95f /Doc/Zsh/contrib.yo | |
parent | ffe07b38293f4e10fcdd52dc4a846706fd9788e6 (diff) | |
download | zsh-f18221fbb016e91df7234cbcfd34affa140ebb58.tar.gz zsh-f18221fbb016e91df7234cbcfd34affa140ebb58.tar.xz zsh-f18221fbb016e91df7234cbcfd34affa140ebb58.zip |
spelling corrections (13610)
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 77abc97a0..7025292fc 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -111,7 +111,7 @@ Without the tt(-t) option, the return status is zero if all files that needed re-compilation could be compiled and non-zero if compilation for at least one of the files failed. -If the tt(-p) option is given, the var(args) are interepted as one +If the tt(-p) option is given, the var(args) are interpreted as one or more sets of arguments for tt(zcompile), separated by `tt(-)tt(-)'. For example: @@ -326,7 +326,7 @@ position it considers to be the most interesting one, i.e. the one where one can disambiguate between as many matches as possible with as little typing as possible. -This widget allows to easily move the cursor to the other interesting +This widget allows the cursor to be easily moved to the other interesting spots. It can be invoked repeatedly to cycle between all positions reported by the completion system. ) @@ -367,7 +367,7 @@ Typing the keystrokes for this widget with the cursor placed on or to the left of an integer causes that integer to be incremented by one. With a numeric prefix argument, the number is incremented by the amount of the argument (decremented if the prefix argument is negative). The shell -paramter tt(incarg) may be set to change the default increment something +parameter tt(incarg) may be set to change the default increment something other than one. example(bindkey '^X+' incarg) |