about summary refs log tree commit diff
diff options
context:
space:
mode:
authorm0viefreak <m0viefreak.cm@googlemail.com>2016-04-10 11:07:44 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-04-10 11:07:44 -0700
commit8fe58bf04734f7fb5155c79fc298d15b18704185 (patch)
tree10fb71ecc0db6b23a784784b3d363f9fb886a5d3
parent8142fc3fdbaa43a20eeb6da3f4c9099973e4f1e3 (diff)
downloadzsh-8fe58bf04734f7fb5155c79fc298d15b18704185.tar.gz
zsh-8fe58bf04734f7fb5155c79fc298d15b18704185.tar.xz
zsh-8fe58bf04734f7fb5155c79fc298d15b18704185.zip
m0viefreak: 38264: improve doc for 38145
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/zle.yo9
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ac26813ee..a9b3d0afd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-10  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* m0viefreak: 38264: Doc/Zsh/zle.yo: improve doc for 38145
+
 2016-04-09  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted:  Completion/Base/Widget/_complete_help: capture the
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 161cef77f..c482a4691 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -841,10 +841,11 @@ vindex(ISEARCH_END)
 xitem(tt(ISEARCH_ACTIVE) (integer))
 xitem(tt(ISEARCH_START) (integer))
 item(tt(ISEARCH_END) (integer))(
-tt(ISEARCH_ACTIVE) indicates whether an incremental search minibuffer
-is active. tt(ISEARCH_START) and tt(ISEARCH_END) give the location of
-the matched pattern and are in the same units as tt(CURSOR). They are
-only valid for reading when tt(ISEARCH_ACTIVE) is non-zero.
+tt(ISEARCH_ACTIVE) indicates whether a part of the tt(BUFFER) is
+currently matched by an incremental search pattern. tt(ISEARCH_START)
+and tt(ISEARCH_END) give the location of the matched part and are
+in the same units as tt(CURSOR). They are only valid for reading
+when tt(ISEARCH_ACTIVE) is non-zero.
 
 All parameters are read-only.
 )