Mercurial > emacs
changeset 70364:2d1eae31fcd1
(isearch-update-ring): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 May 2006 23:27:53 +0000 |
parents | 54e4c6ece57f |
children | a3dbc7833b9e |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))))