about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-05-31 07:38:00 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-05-31 07:38:00 +0000
commit5d4492c974d62d85ef73a40740fdb986f7551c41 (patch)
tree0923c76566c83909f5343cc99939f29511ebcc39
parent1a55d536211ed8b6a811f0220e7923586d71f58b (diff)
downloadzsh-5d4492c974d62d85ef73a40740fdb986f7551c41.tar.gz
zsh-5d4492c974d62d85ef73a40740fdb986f7551c41.tar.xz
zsh-5d4492c974d62d85ef73a40740fdb986f7551c41.zip
Tweak builtins.yo formatting.
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/builtins.yo6
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b9c13e9d..1fa378176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index b249ca472..4458368cd 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -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)