about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-02-11 05:03:59 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-02-11 05:03:59 +0000
commit732a07ad955c744247cce845995475f857cfafb2 (patch)
tree3257ceb55e2785564c814499eae3b03272a3be34 /Doc
parent200fb38b94e9246b0a7a1850b0f5e5a3a3d3980a (diff)
downloadzsh-732a07ad955c744247cce845995475f857cfafb2.tar.gz
zsh-732a07ad955c744247cce845995475f857cfafb2.tar.xz
zsh-732a07ad955c744247cce845995475f857cfafb2.zip
Tweak so as not to fib about send-invisible return status.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 56dedcb9a..926c7b3c4 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -2334,8 +2334,8 @@ a string of asterisks (`tt(*)') is shown instead.  The value is saved in
 the paramter tt($INVISIBLE) to which a reference is inserted into the
 editing buffer at the restored cursor position.  If the read was aborted
 by a keyboard break (typically tt(^G)) or another escape from editing such
-as tt(push-line), the function returns status 1, tt($INVISIBLE) is set to
-empty, and the original buffer is restored unchanged.
+as tt(push-line), tt($INVISIBLE) is set to empty and the original buffer
+is restored unchanged.
 
 If one argument is supplied to the function it is taken as a prompt,
 otherwise `tt(Non-echoed text: )' is used (as in emacs).  If a second and