about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-09-25 04:25:18 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-09-25 04:25:18 +0000
commit59fca941588c504cffe789d371448164f71d16a7 (patch)
tree61cd95111f1aa1268a18d47ff71390f42712e858
parent479c8effe4fbed852304465f7e843d2487205c7e (diff)
downloadzsh-59fca941588c504cffe789d371448164f71d16a7.tar.gz
zsh-59fca941588c504cffe789d371448164f71d16a7.tar.xz
zsh-59fca941588c504cffe789d371448164f71d16a7.zip
Fix ancient `print -z' doc bug.
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/builtins.yo3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f7219310..1e62dcecf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 
 2001-09-24  Bart Schaefer  <schaefer@zsh.org>
 
+	* 15865: Doc/Zsh/builtins.yo: Fix ancient `print -z' doc bug
+	(see zsh-workers/214 (yes, really, 214)).
+
 	* 15864: Doc/Zsh/params.yo: Document that assignment to TERM
 	is necessary to re-initialize the terminal.
 
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index fbea91ee2..c7866120d 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -690,8 +690,7 @@ item(tt(-p))(
 Print the arguments to the input of the coprocess.
 )
 item(tt(-z))(
-Push the arguments onto the editing buffer stack, separated by spaces;
-no escape sequences are recognized.
+Push the arguments onto the editing buffer stack, separated by spaces.
 )
 item(tt(-D))(
 Treat the arguments as directory names, replacing prefixes with tt(~)