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).
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]")