From c7f98048774c68d0e169763c1819452d272bceee Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 3 Jul 2011 22:02:14 +0200 Subject: [PATCH] * isearch.el (isearch-search-fun-function): Clarify the doc string (bug#8101). --- lisp/ChangeLog | 5 +++++ lisp/isearch.el | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6949d776821..7ce4753cb14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-03 Lars Magne Ingebrigtsen + + * isearch.el (isearch-search-fun-function): Clarify the doc string + (bug#8101). + 2011-07-03 Richard Kim (tiny change) * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert diff --git a/lisp/isearch.el b/lisp/isearch.el index 7f018ab14c7..58af9236d51 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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 -as if it were `search-forward'.") + "Overrides 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 +arguments as `isearch-search-string' requires.") (defun isearch-search-fun () "Return the function to use for the search. -- 2.39.2