]> git.eshelyaron.com Git - emacs.git/commitdiff
* isearch.el (isearch-cmds): Doc clarification.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:02:37 +0000 (20:02 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:02:37 +0000 (20:02 -0800)
Fixes: debbugs:15547
lisp/ChangeLog
lisp/isearch.el

index c36096174679446003aa770f9f177caa8ea4918c..04bea69a5cc243d9fe732d7b3503e66ba5bc64f8 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * isearch.el (isearch-cmds): Doc clarification (bug#15547).
+
        * replace.el (replace-match-maybe-edit): Doc clarification
        (bug#15632).
 
index 4749846d5098f25e96070051fd6a09895864966c..9da1019bf4652ed8effd34dd40cb585125fa7a38 100644 (file)
@@ -569,8 +569,8 @@ matches literally, against one space.  You can toggle the value of this
 variable by the command `isearch-toggle-lax-whitespace'.")
 
 (defvar isearch-cmds nil
-  "Stack of search status sets.
-Each set is a vector of the form:
+  "Stack of search status elements.
+Each element is an `isearch--state' struct where the slots are
  [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD
   INVALID-REGEXP WRAPPED BARRIER WITHIN-BRACKETS CASE-FOLD-SEARCH]")