unposted: fix duplicated words

This commit is contained in:
Oliver Kiddle 2016-07-08 22:21:42 +02:00
parent c135c416b2
commit fc286168ed
5 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2016-07-08 Oliver Kiddle <opk@zsh.org>
* unposted: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo,
Doc/Zsh/options.yo, Doc/Zsh/zle.yo: fix duplicated words
2016-07-08 Peter Stephenson <p.stephenson@samsung.com>
* 38796: Functions/Zle/match-words-by-style: fix subword

View File

@ -656,7 +656,7 @@ An EOF condition will also cause the shell to exit, unless
the tt(IGNORE_EOF) option is set.
See notes at the end of
ifzman(the section JOBS in in zmanref(zshmisc))\
ifzman(the section JOBS in zmanref(zshmisc))\
ifnzman(noderef(Jobs & Signals)) for some possibly unexpected interactions
of the tt(exit) command with jobs.
)
@ -697,7 +697,7 @@ specifies the most recent event beginning with the given string. All
substitutions var(old)tt(=)var(new), if any, are then performed on the
text of the events.
In addition to the the number range,
In addition to the number range,
startsitem()
sitem(tt(-I))(restricts to only internal events (not from tt($HISTFILE)))
sitem(tt(-L))(restricts to only local events (not from other shells, see

View File

@ -3817,7 +3817,7 @@ form below, the var(action) will be executed by calling the
tt(_all_labels) function to process all tag labels. No special handling
of tags is needed unless a function call introduces a new one.
The functions called to execute var(action)s will be called with the the
The functions called to execute var(action)s will be called with the
elements of the array named by the `tt(-O) var(name)' option as arguments.
This can be used, for example, to pass the same set of options for the
tt(compadd) builtin to all var(action)s.

View File

@ -1598,7 +1598,7 @@ skipped. The option is restored after the trap exits.
Exiting due to tt(ERR_EXIT) has certain interactions with asynchronous
jobs noted in
ifzman(the section JOBS in in zmanref(zshmisc))\
ifzman(the section JOBS in zmanref(zshmisc))\
ifnzman(noderef(Jobs & Signals)).
)
pindex(ERR_RETURN)

View File

@ -896,7 +896,7 @@ vindex(MARK)
item(tt(MARK) (integer))(
Like tt(CURSOR), but for the mark. With vi-mode operators that wait for
a movement command to select a region of text, setting tt(MARK) allows
the selection to extend in both directions from the the initial cursor
the selection to extend in both directions from the initial cursor
position.
)
vindex(NUMERIC)