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.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Wed, 03 May 2006 23:27:53 +0000

Index: emacs/lisp/isearch.el
diff -u emacs/lisp/isearch.el:1.286 emacs/lisp/isearch.el:1.287
--- emacs/lisp/isearch.el:1.286 Wed May  3 21:36:19 2006
+++ emacs/lisp/isearch.el       Wed May  3 23:27:53 2006
@@ -830,7 +830,7 @@
 
 (defun isearch-update-ring (string &optional regexp)
   "Add STRING to the beginning of the search ring.
-REGEXP says which ring to use."
+REGEXP if non-nil says use the regexp search ring."
   (if regexp
       (when (or (null regexp-search-ring)
                (not (string= string (car regexp-search-ring))))




reply via email to

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