(isearch-update-ring): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 May 2006 23:27:53 +0000 (23:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 May 2006 23:27:53 +0000 (23:27 +0000)
lisp/isearch.el

index e82f47f..69ffcdd 100644 (file)
@@ -830,7 +830,7 @@ NOPUSH is t and EDIT is t."
 
 (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))))