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
c96411bd
Commit
c96411bd
authored
Feb 07, 2014
by
Lars Ingebrigtsen
Browse files
* isearch.el (isearch-filter-predicate): Documentation typo fix
Fixes: debbugs:15474
parent
af3e68a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/isearch.el
lisp/isearch.el
+1
-1
No files found.
lisp/ChangeLog
View file @
c96411bd
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* isearch.el (isearch-filter-predicate): Documentation typo fix
(bug#15474).
* info-look.el (info-lookup-symbol): Document MODE (bug#15498).
* isearch.el (isearch-cmds): Doc clarification (bug#15547).
...
...
lisp/isearch.el
View file @
c96411bd
...
...
@@ -188,7 +188,7 @@ or to the end of the buffer for a backward search.")
to the search status stack."
)
(
defvar
isearch-filter-predicate
#'
isearch-filter-visible
"Predicate that filter the search hits that would normally be available.
"Predicate that filter
s
the search hits that would normally be available.
Search hits that dissatisfy the predicate are skipped. The function
has two arguments: the positions of start and end of text matched by
the search. If this function returns nil, continue searching without
...
...
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