1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

Fix ancient `print -z' doc bug.

This commit is contained in:
Bart Schaefer 2001-09-25 04:25:18 +00:00
parent 479c8effe4
commit 59fca94158
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

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