]> code.delx.au - gnu-emacs/blobdiff - lisp/isearch.el
(ediff-files, ediff-files3, ediff-merge-files)
[gnu-emacs] / lisp / isearch.el
index e82f47f37e41899eabeca7152e5526b9b2c1d4a4..69ffcdd55f684f38deec95078da16aba1ac74aa3 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))))