emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104913: * isearch.el (isearch-search


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104913: * isearch.el (isearch-search-fun-function): Clarify the doc string
Date: Sun, 03 Jul 2011 22:02:14 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104913
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-03 22:02:14 +0200
message:
  * isearch.el (isearch-search-fun-function): Clarify the doc string
  (bug#8101).
modified:
  lisp/ChangeLog
  lisp/isearch.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-03 19:30:01 +0000
+++ b/lisp/ChangeLog    2011-07-03 20:02:14 +0000
@@ -1,3 +1,8 @@
+2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * isearch.el (isearch-search-fun-function): Clarify the doc string
+       (bug#8101).
+
 2011-07-03  Richard Kim <address@hidden> (tiny change)
 
        * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert

=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2011-05-28 01:26:53 +0000
+++ b/lisp/isearch.el   2011-07-03 20:02:14 +0000
@@ -2226,10 +2226,10 @@
 ;; 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.


reply via email to

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