about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-07 12:56:35 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-07 12:56:35 +0000
commit8e6689380c9ff94bc4cc29dd1a090a8066c67e21 (patch)
tree5e4a422b3bfe1c52f670d508ef334f57c40ad7ff /Doc
parent8bc82173c5c10ae711e8cf25846d5bbc508596f7 (diff)
downloadzsh-8e6689380c9ff94bc4cc29dd1a090a8066c67e21.tar.gz
zsh-8e6689380c9ff94bc4cc29dd1a090a8066c67e21.tar.xz
zsh-8e6689380c9ff94bc4cc29dd1a090a8066c67e21.zip
manual/8154
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/options.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index fa76b9859..3db844867 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -329,7 +329,7 @@ read and checked for syntax errors, but not executed.
 )
 pindex(EXTENDED_GLOB)
 cindex(globbing, extended)
-item(tt(EXTENDED_GLOB))(
+item(tt(EXTENDED_GLOB) <Z>)(
 Treat the `tt(#)', `tt(~)' and `tt(^)' characters as part of patterns
 for filename generation, etc.  (An initial unquoted `tt(~)'
 always produces named directory expansion.)
@@ -982,7 +982,7 @@ If this option is set the shell tries to interpret single letter options
 This also affects the value of the tt(-) special parameter.
 )
 pindex(SHORT_LOOPS)
-item(tt(SHORT_LOOPS) <D>)(
+item(tt(SHORT_LOOPS) <C> <Z>)(
 Allow the short forms of tt(for), tt(select),
 tt(if), and tt(function) constructs.
 )