1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

Fix ancient `print -z' doc bug.

This commit is contained in:
Bart Schaefer 2001-09-25 04:26:02 +00:00
parent ab90a00264
commit 66b3e3412d
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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(~)