diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-06-03 16:37:24 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-06-03 16:37:24 +0000 |
commit | 4c2601e7538414136f0e038ef4bb19c790c518b8 (patch) | |
tree | 3b5ae2223f6318981e91779fd1b2c514e356b38a /Doc | |
parent | 709ce3829cb1c7bfeade8b18b39cd601b9e0decc (diff) | |
download | zsh-4c2601e7538414136f0e038ef4bb19c790c518b8.tar.gz zsh-4c2601e7538414136f0e038ef4bb19c790c518b8.tar.xz zsh-4c2601e7538414136f0e038ef4bb19c790c518b8.zip |
Felix, 11734: Memory leak and doc error.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index d75100247..bc62b58ca 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -144,7 +144,7 @@ lines, respectively. In each of these cases the form with the uppercase letter will be replaced with a string of fixed width, padded to the right with spaces, while the lowercase form will not be padded. -If the option att(LISTPROMPT) is set, the completion code will not ask if +If the parameter tt(LISTPROMPT) is set, the completion code will not ask if the list should be shown. Instead it immediately starts displaying the list, stopping after the first screenful, showing the prompt at the bottom, waiting for a keypress after temporarily switching to the tt(listscroll) |