1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

Tweak builtins.yo formatting.

This commit is contained in:
Bart Schaefer 2001-05-31 07:38:00 +00:00
parent 1a55d53621
commit 5d4492c974
2 changed files with 8 additions and 4 deletions

View file

@ -3,6 +3,12 @@
* 14599: Completion/Base/Utility/_multi_parts: always use
supplied matchers
2001-05-31 Bart Schaefer <schaefer@zsh.org>
* 14597: Doc/Zsh/builtins.yo: Back out 12724; instead, insert a
space on a line between paragraphs to prevent yodl from treating
it as paragraph break. Still a hack, but a better hack.
2001-05-30 Peter Stephenson <pws@csr.com>
* 14573: INSTALL, README, Doc/Zsh/builtins.yo, Test/README,

View file

@ -831,7 +831,7 @@ from the editor buffer with tt(-z), when called from within completion
with tt(-c) or tt(-l), with tt(-q) which clears the input queue before
reading, or within zle where other mechanisms should be used to test for
input.
ifzman( )
Note that read does not attempt to alter the input processing mode. The
default mode is canonical input, in which an entire line is read at a time,
so usually `tt(read -t)' will not read anything until an entire line has
@ -840,8 +840,7 @@ this is automatically handled; note that only availability of the first
character is tested, so that e.g. `tt(read -t -k 2)' can still block on the
second character.
)
ifnzman(enditem()
)
enditem()
If the first argument contains a `tt(?)', the remainder of this
word is used as a var(prompt) on standard error when the shell
is interactive.
@ -857,7 +856,6 @@ tt(-p) cancels tt(-u), tt(-k) cancels tt(-z), and otherwise tt(-z)
cancels both tt(-p) and tt(-u).
The tt(-c) or tt(-l) flags cancel any and all of tt(-kpquz).
ifzman(enditem())
)
cindex(parameters, marking readonly)
alias(readonly)(typeset -r)