emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch-multi.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch-multi.el,v
Date: Wed, 14 Nov 2007 10:51:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/11/14 10:51:12

Index: isearch-multi.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/isearch-multi.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- isearch-multi.el    26 Oct 2007 09:54:19 -0000      1.3
+++ isearch-multi.el    14 Nov 2007 10:51:12 -0000      1.4
@@ -66,14 +66,15 @@
   "Function to call to get the next buffer to search.
 
 When this variable is set to a function that returns a buffer, then
-after typing another C-s or C-r at a failing search, the search goes
+after typing another \\[isearch-forward] or \\[isearch-backward] \
+at a failing search, the search goes
 to the next buffer in the series and continues searching for the
 next occurrence.
 
 The first argument of this function is the current buffer where the
 search is currently searching.  It defines the base buffer relative to
 which this function should find the next buffer.  When the isearch
-direction is backward (when isearch-forward is nil), this function
+direction is backward (when `isearch-forward' is nil), this function
 should return the previous buffer to search. If the second argument of
 this function WRAP is non-nil, then it should return the first buffer
 in the series; and for the backward search, it should return the last




reply via email to

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