]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.
authorCharles A. Roelli <charles@aurox.ch>
Mon, 15 Oct 2018 17:51:47 +0000 (19:51 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Mon, 15 Oct 2018 17:51:47 +0000 (19:51 +0200)
lisp/isearch.el

index 3725779703e653c9a4dd6ade78f7019584349b21..31571e11cd560c837b1527fb41950d37ab3676da 100644 (file)
@@ -590,7 +590,7 @@ variable by the command `isearch-toggle-lax-whitespace'.")
   "Stack of search status elements.
 Each element is an `isearch--state' struct where the slots are
  [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD
-  ERROR WRAPPED BARRIER CASE-FOLD-SEARCH]")
+  ERROR WRAPPED BARRIER CASE-FOLD-SEARCH POP-FUN]")
 
 (defvar isearch-string "")  ; The current search string.
 (defvar isearch-message "") ; text-char-description version of isearch-string