summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-07-12 10:36:22 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-07-12 10:36:22 +0000
commit046f5da3aa51f6d306144675fbd12ca8f5684b65 (patch)
treedc07a433137faf55fd9c50fff37c2602b4829879
parentd861bb98059da21d90b966c6bd24bf60a91fdec8 (diff)
downloadzsh-046f5da3aa51f6d306144675fbd12ca8f5684b65.tar.gz
zsh-046f5da3aa51f6d306144675fbd12ca8f5684b65.zip
fix for list-prompt docs (12229)
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/compsys.yo3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41619f3b9..ed1135915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-07-12 Sven Wischnowsky <wischnow@zsh.org>
+ * 12229: Doc/Zsh/compsys.yo: fix for list-prompt docs
+
* 12228: Src/hist.c, Src/lex.c: fix for (z) flag, don't take # as
comment
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