emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9f27bcf 60/64: isearch-search-fun-function doc tw


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 9f27bcf 60/64: isearch-search-fun-function doc tweak
Date: Sun, 01 May 2016 18:18:43 +0000

branch: emacs-25
commit 9f27bcf21a39a06f994dcc16da992dcef978161e
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    isearch-search-fun-function doc tweak
    
    * lisp/isearch.el (isearch-search-fun-function): Mention what
    the STRING parameter is (bug#21552).
    
    (cherry picked from commit cafc2a5940cdc523cfea6dcf1cf540f48367c62a)
---
 lisp/isearch.el |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 218c18a..b2223e7 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -2662,8 +2662,9 @@ the word mode."
   "Non-default value overrides the behavior of `isearch-search-fun-default'.
 This variable's value should be a function, which will be called
 with no arguments, and should return a function that takes three
-arguments: STRING, BOUND, and NOERROR.  See `re-search-forward'
-for the meaning of BOUND and NOERROR arguments.
+arguments: STRING, BOUND, and NOERROR.  STRING is the string to
+be searched for.  See `re-search-forward' for the meaning of
+BOUND and NOERROR arguments.
 
 This returned function will be used by `isearch-search-string' to
 search for the first occurrence of STRING.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]