diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
commit | 72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 (patch) | |
tree | fa19b458c49f52f11046ebc09ae0cd5f4483ea96 /Doc/Zsh | |
parent | a88f38b2c4e0585d2159973b6e6df13019d66006 (diff) | |
download | zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.xz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip |
29307, 29308 + replies: Fix some doubled words in docs and comments.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/calsys.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/compctl.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 4 | ||||
-rw-r--r-- | Doc/Zsh/compwid.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 10 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 6 |
8 files changed, 15 insertions, 15 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 34150e319..7170b13b9 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -621,7 +621,7 @@ ifnzman(noderef(Arithmetic Evaluation))\ . By default var(mathfn) may take any number of comma-separated arguments. If var(min) is given, it must have exactly var(min) args; if var(min) and var(max) are -both given, it must have at least var(min) and and at most var(max) +both given, it must have at least var(min) and at most var(max) args. var(max) may be -1 to indicate that there is no upper limit. By default the function is implemented by a shell function of the same diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index f4bd4eaa4..259eb23b3 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -363,7 +363,7 @@ entry. `tt(-B 1)' is equivalent to `tt(-b)'. ) item(tt(-C) var(calfile))( Explicitly specify a calendar file instead of the value of -the tt(calendar-file) style or the the default tt(~/calendar). +the tt(calendar-file) style or the default tt(~/calendar). ) item(tt(-d))( Move any events that have passed from the calendar file to the diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo index 2c84f853f..fa13a747e 100644 --- a/Doc/Zsh/compctl.yo +++ b/Doc/Zsh/compctl.yo @@ -69,7 +69,7 @@ search is retried with the last pathname component. If the command starts with a tt(=), completion is tried with the pathname of the command. Any of the var(command) strings may be patterns of the form normally -used for filename generation. These should be be quoted to protect them +used for filename generation. These should be quoted to protect them from immediate expansion; for example the command string tt('foo*') arranges for completion of the words of any command beginning with tt(foo). When completion is attempted, all pattern completions are diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 35b200bd2..27bd675a0 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1934,7 +1934,7 @@ changing the foreground background colour, are also available, as is the form (or, with a numeric argument, some other) width. After deleting this prompt the variable tt(LISTPROMPT) should be unset for -the the removal to take effect. +the removal to take effect. ) kindex(list-rows-first, completion style) item(tt(list-rows-first))( @@ -2665,7 +2665,7 @@ most commands. ) kindex(urls, completion style) item(tt(urls))( -This is used together with the the tt(urls) tag by +This is used together with the tt(urls) tag by functions completing URLs. If the value consists of more than one string, or if the only string diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 06689746c..3042fa373 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -239,7 +239,7 @@ one more than the maximum selects the first. Unless the value of this key ends in a space, the match is inserted as in a menu completion, i.e. without automatically appending a space. -Both tt(menu) and tt(automenu) may also specify the the number of the +Both tt(menu) and tt(automenu) may also specify the number of the match to insert, given after a colon. For example, `tt(menu:2)' says to start menu completion, beginning with the second match. diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 31f41942f..cf42e28a9 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1333,7 +1333,7 @@ The `tt(hook_com)' keys considered are `tt(branch)' and `tt(revision)'. They are set to the values figured out so far by var(vcs_info) and any change will be used directly when the actual replacement is done. -If tt(ret) is set to to non-zero, the string in +If tt(ret) is set to non-zero, the string in tt(${hook_com[branch-replace]}) will be used unchanged as the `tt(%b)' replacement in the variables set by var(vcs_info). ) @@ -1345,7 +1345,7 @@ The `tt(hook_com)' keys considered are `tt(hash)' and `tt(localrev)'. They are set to the values figured out so far by var(vcs_info) and any change will be used directly when the actual replacement is done. -If tt(ret) is set to to non-zero, the string in +If tt(ret) is set to non-zero, the string in tt(${hook_com[rev-replace]}) will be used unchanged as the `tt(%i)' replacement in the variables set by var(vcs_info). ) @@ -1370,7 +1370,7 @@ so even if you changed a value to your liking you can still get the original value in the next run. Changing the `tt(_orig)' values is probably not a good idea. -If tt(ret) is set to to non-zero, the string in +If tt(ret) is set to non-zero, the string in tt(${hook_com[message]}) will be used unchanged as the message by var(vcs_info). ) @@ -1988,7 +1988,7 @@ See tt(insert-unicode-char) for an alternative way of inserting Unicode characters using their hexadecimal character number. The set of accented characters is reasonably complete up to Unicode -character U+0180, the set of special characters less so. However, it it +character U+0180, the set of special characters less so. However, it is very sporadic from that point. Adding new characters is easy, however; see the function tt(define-composed-chars). Please send any additions to tt(zsh-workers@zsh.org). @@ -3043,7 +3043,7 @@ tt(firefox mozilla netscape opera konqueror). ) item(tt(tty-browsers))( An array similar to tt(x-browsers), except that it gives browsers to -use use when no X Window display is available. The default is +use when no X Window display is available. The default is tt(elinks links lynx). ) item(tt(command))( diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 1bace49c3..6ac348605 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -809,7 +809,7 @@ item(tt(@))( In double quotes, array elements are put into separate words. E.g., `tt("${(@)foo}")' is equivalent to `tt("${foo[@]}")' and `tt("${(@)foo[1,2]}")' is the same as `tt("$foo[1]" "$foo[2]")'. -This is distinct from em(field splitting) by the the tt(f), tt(s) +This is distinct from em(field splitting) by the tt(f), tt(s) or tt(z) flags, which still applies within each array element. ) item(tt(A))( diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index f09dd8303..857e8c693 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -854,7 +854,7 @@ The name of the shell function that implements a widget defined with either tt(zle -N) or tt(zle -C). In the former case, this is the second argument to the tt(zle -N) command that defined the widget, or the first argument if there was no second argument. In the latter case -this is the the third argument to the tt(zle -C) command that defined the +this is the third argument to the tt(zle -C) command that defined the widget. Read-only. ) vindex(WIDGETSTYLE) @@ -1866,7 +1866,7 @@ executed as a shell command. tindex(accept-line-and-down-history) item(tt(accept-line-and-down-history) (^O) (unbound) (unbound))( Execute the current line, and push the next history -event on the the buffer stack. +event on the buffer stack. ) tindex(auto-suffix-remove) item(tt(auto-suffix-remove))( @@ -2150,7 +2150,7 @@ column of the cursor in the current line. ) tindex(where-is) item(tt(where-is))( -Read the name of an editor command and and print the listing of key +Read the name of an editor command and print the listing of key sequences that invoke the specified command. A restricted set of editing functions is available in the mini-buffer. Keys are looked up in the special |