From 046f5da3aa51f6d306144675fbd12ca8f5684b65 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 12 Jul 2000 10:36:22 +0000 Subject: fix for list-prompt docs (12229) --- ChangeLog | 2 ++ Doc/Zsh/compsys.yo | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41619f3b9..ed1135915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-07-12 Sven Wischnowsky + * 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 -- cgit 1.4.1