From: Richard M. Stallman Date: Wed, 3 May 2006 23:27:53 +0000 (+0000) Subject: (isearch-update-ring): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~2829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2b7dcc77da2403959f1b7c22614eb01c7f6b878;p=emacs.git (isearch-update-ring): Doc fix. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index e82f47f37e4..69ffcdd55f6 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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))))