* 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 c360961..04bea69 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 4749846..9da1019 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]")