mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
* isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
This commit is contained in:
parent
85ade7eee6
commit
0d8a4ae73c
@ -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).
|
||||
|
||||
|
@ -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]")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user