diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2014-10-02 18:04:22 +0200 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2014-10-03 04:54:48 +0200 |
commit | 7eb949a6bb2faa60788525ad7c5a9bbbffabd347 (patch) | |
tree | 9da89fbda34dbae5ec218772fd67b64134660a87 /Doc/Zsh/builtins.yo | |
parent | 859cccba7a1a12da9ea6c8b1c992677eb34a2c8d (diff) | |
download | zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.tar.gz zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.tar.xz zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.zip |
Fix some typos in the documentation
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index b8bfeb2eb..46f40cc3a 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -603,7 +603,7 @@ tt(enable -p) reenables patterns disabled with tt(disable -p). Note that it does not override globbing options; for example, `tt(enable -p "~")' does not cause the pattern character tt(~) to be active unless the tt(EXTENDED_GLOB) option is also set. To enable all possible -patterns (so that they may be invidually disabled with tt(disable -p)), +patterns (so that they may be individually disabled with tt(disable -p)), use `tt(setopt EXTENDED_GLOB KSH_GLOB NO_SH_GLOB)'. ) findex(eval) |