about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-22 13:31:44 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-22 13:31:44 +0000
commit533f3c9d917ddf855c208a4f88c8d6c587918da9 (patch)
tree8014d269f82dc1dc9062ec59314c7eb235842a8c /Doc
parent59a0b52e6159b91d0fdc015a440858a8bb221aca (diff)
downloadzsh-533f3c9d917ddf855c208a4f88c8d6c587918da9.tar.gz
zsh-533f3c9d917ddf855c208a4f88c8d6c587918da9.tar.xz
zsh-533f3c9d917ddf855c208a4f88c8d6c587918da9.zip
unposted: quote a -e with tt(), fix some of my changelog entries.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 27bd675a0..19e3b4274 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -462,7 +462,7 @@ same way as var(service).
 
 The var(function) argument may alternatively be a string containing
 almost any shell code.  If the string contains an equal sign, the above
-will take precedence.  The option -e may be used to specify the first
+will take precedence.  The option tt(-e) may be used to specify the first
 argument is to be evaluated as shell code even if it contains an equal
 sign.  The string will be executed using the tt(eval) builtin command to
 generate completions.  This provides a way of avoiding having to define