diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-12 10:36:22 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-12 10:36:22 +0000 |
commit | 046f5da3aa51f6d306144675fbd12ca8f5684b65 (patch) | |
tree | dc07a433137faf55fd9c50fff37c2602b4829879 /Doc/Zsh | |
parent | d861bb98059da21d90b966c6bd24bf60a91fdec8 (diff) | |
download | zsh-046f5da3aa51f6d306144675fbd12ca8f5684b65.tar.gz zsh-046f5da3aa51f6d306144675fbd12ca8f5684b65.tar.xz zsh-046f5da3aa51f6d306144675fbd12ca8f5684b65.zip |
fix for list-prompt docs (12229)
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 2afd1b4fc..48821efd5 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1470,7 +1470,8 @@ completion lists that don't fit on the screen can be scrolled (see ifzman(the description of the tt(zsh/complist) module in zmanref(zshmodules))\ ifnzman(noderef(The zsh/complist Module))\ ). The value, if not the empty string, will be displayed after every -screenful and the shell will prompt for a key press; if the style is unset, +screenful and the shell will prompt for a key press; if the style is +set to the empty string, a default prompt will be used. The value may contain the escape sequences `tt(%l)' or `tt(%L)', which will be replaced by the number of the last line displayed and the total number of lines; `tt(%m)' or `tt(%M)', which will |