Variable: isearch-cmds
isearch-cmds is a variable defined in isearch.el.gz.
Value
nil
Documentation
Stack of search status elements.
Each element is an isearch--state struct where the slots are
[STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD/REGEXP-FUNCTION
ERROR WRAPPED BARRIER CASE-FOLD-SEARCH POP-FUN MATCH-DATA]
Source Code
;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defvar isearch-cmds nil
"Stack of search status elements.
Each element is an `isearch--state' struct where the slots are
[STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD/REGEXP-FUNCTION
ERROR WRAPPED BARRIER CASE-FOLD-SEARCH POP-FUN MATCH-DATA]")