diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-22 13:31:44 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-22 13:31:44 +0000 |
commit | 533f3c9d917ddf855c208a4f88c8d6c587918da9 (patch) | |
tree | 8014d269f82dc1dc9062ec59314c7eb235842a8c /Doc/Zsh | |
parent | 59a0b52e6159b91d0fdc015a440858a8bb221aca (diff) | |
download | zsh-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/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
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 |