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
c7f98048
Commit
c7f98048
authored
Jul 03, 2011
by
Lars Magne Ingebrigtsen
Browse files
* isearch.el (isearch-search-fun-function): Clarify the doc string
(bug#8101).
parent
a2d8969d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/isearch.el
lisp/isearch.el
+4
-4
No files found.
lisp/ChangeLog
View file @
c7f98048
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* isearch.el (isearch-search-fun-function): Clarify the doc string
(bug#8101).
2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
* textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
...
...
lisp/isearch.el
View file @
c7f98048
...
...
@@ -2226,10 +2226,10 @@ If there is no completion possible, say so and continue searching."
;; Searching
(defvar isearch-search-fun-function nil
"Override `isearch-search-fun'.
This
function should return the search function for Isearch to use.
It will call this function with three arguments
a
s if it were `search-forward'
.")
"Override
s the default
`isearch-search-fun'
behaviour
.
This
variable should be a function, which will be called with no
arguments, and should return a function that takes the same three
a
rguments as `isearch-search-string' requires
.")
(defun isearch-search-fun ()
"Return the function to use for the 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