From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 04:02:37 +0000 (-0800) Subject: * isearch.el (isearch-cmds): Doc clarification. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18;p=emacs.git * isearch.el (isearch-cmds): Doc clarification. Fixes: debbugs:15547 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c3609617467..04bea69a5cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-08 Lars Ingebrigtsen + * isearch.el (isearch-cmds): Doc clarification (bug#15547). + * replace.el (replace-match-maybe-edit): Doc clarification (bug#15632). diff --git a/lisp/isearch.el b/lisp/isearch.el index 4749846d509..9da1019bf46 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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]")