From c7f98048774c68d0e169763c1819452d272bceee Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 3 Jul 2011 22:02:14 +0200 Subject: * isearch.el (isearch-search-fun-function): Clarify the doc string (bug#8101). --- lisp/isearch.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/isearch.el') 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. -- cgit v1.2.1