Mercurial > emacs
diff lisp/isearch.el @ 70364:2d1eae31fcd1
(isearch-update-ring): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 May 2006 23:27:53 +0000 |
parents | f98b5ff9f3ce |
children | 4e1a43edc7bc f7a396df2380 |
line wrap: on
line diff
--- a/lisp/isearch.el Wed May 03 23:26:40 2006 +0000 +++ b/lisp/isearch.el Wed May 03 23:27:53 2006 +0000 @@ -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))))