aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen2014-02-07 20:02:37 -0800
committerLars Ingebrigtsen2014-02-07 20:02:37 -0800
commit0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18 (patch)
tree081b02a94d332a1c613a50a05a3b11926635cad1 /lisp/isearch.el
parent85ade7eee673dc1df4483f925ff748a10e903353 (diff)
downloademacs-0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18.tar.gz
emacs-0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18.zip
* isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 4749846d509..9da1019bf46 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -569,8 +569,8 @@ matches literally, against one space. You can toggle the value of this
569variable by the command `isearch-toggle-lax-whitespace'.") 569variable by the command `isearch-toggle-lax-whitespace'.")
570 570
571(defvar isearch-cmds nil 571(defvar isearch-cmds nil
572 "Stack of search status sets. 572 "Stack of search status elements.
573Each set is a vector of the form: 573Each element is an `isearch--state' struct where the slots are
574 [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD 574 [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD
575 INVALID-REGEXP WRAPPED BARRIER WITHIN-BRACKETS CASE-FOLD-SEARCH]") 575 INVALID-REGEXP WRAPPED BARRIER WITHIN-BRACKETS CASE-FOLD-SEARCH]")
576 576