changeset 86062:f4816ef45bcb

(isearch-buffers-next-buffer-function): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Nov 2007 10:51:12 +0000
parents d04fdae07d21
children bd6f75b64f62
files lisp/isearch-multi.el
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch-multi.el	Wed Nov 14 08:59:16 2007 +0000
+++ b/lisp/isearch-multi.el	Wed Nov 14 10:51:12 2007 +0000
@@ -66,15 +66,16 @@
   "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
-should return the previous buffer to search. If the second argument of
+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
 buffer in the series.")