diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2004-09-20 15:43:34 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2004-09-20 15:43:34 +0000 |
commit | c16cbae6526aa051e4133169a4a306293ea93129 (patch) | |
tree | 4ff8543fccd0f01aa8e7bea3b6934f4966f0cd66 | |
parent | 7d3d6f4a5a0844b13c729df432b04ba8f60ad477 (diff) | |
download | zsh-c16cbae6526aa051e4133169a4a306293ea93129.tar.gz zsh-c16cbae6526aa051e4133169a4a306293ea93129.tar.xz zsh-c16cbae6526aa051e4133169a4a306293ea93129.zip |
Fix typo.
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 71867be2e..b7c80211e 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1322,7 +1322,7 @@ whenever the var(input) list may be empty. If there is guaranteed to be at least one var(input) and the first var(input) does not begin with a `tt(-)', then the first `tt(-)tt(-)' may be omitted. -In the event that the string `tt(-)tt(-)' is or may be an var(INPUT), the +In the event that the string `tt(-)tt(-)' is or may be an var(input), the tt(-e) option may be used to change the end-of-inputs marker. Note that this does em(not) change the end-of-options marker. For example, to use `tt(..)' as the marker: |