1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-25 17:41:19 +02:00

unposted: fix typo in documentation

This commit is contained in:
Oliver Kiddle 2014-02-25 09:17:26 +01:00
parent 39717411ae
commit 4149d0ab3e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2014-02-24 Oliver Kiddle <opk@zsh.org>
* unposted: Doc/Zsh/compsys.yo: fix typo
* unposted: Completion/X/Command/_x_utils: duplicate local
statement was printing variable value

View file

@ -2344,7 +2344,7 @@ This is used by the tt(_history) completer and the
tt(_history_complete_word) bindable command to decide which words
should be completed.
If it is a singe number, only the last var(N) words from the history
If it is a single number, only the last var(N) words from the history
will be completed.
If it is a range of the form `var(max)tt(:)var(slice)',