From 66b3e3412ddfc8ee0bb37bef8837ac924cc664f5 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 25 Sep 2001 04:26:02 +0000 Subject: Fix ancient `print -z' doc bug. --- ChangeLog | 3 +++ Doc/Zsh/builtins.yo | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e7babeca..5df213ca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ 2001-09-24 Bart Schaefer + * 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 fe4942e83..479d398c9 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -702,8 +702,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(~) -- cgit 1.4.1