Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0d8a4ae7
Commit
0d8a4ae7
authored
Feb 07, 2014
by
Lars Ingebrigtsen
Browse files
* isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
parent
85ade7ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/isearch.el
lisp/isearch.el
+2
-2
No files found.
lisp/ChangeLog
View file @
0d8a4ae7
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).
...
...
lisp/isearch.el
View file @
0d8a4ae7
...
...
@@ -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
s
ets.
Each
set is a vector of the form:
"Stack of search status e
lemen
ts.
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]"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment