# HG changeset patch # User Richard M. Stallman # Date 1146698873 0 # Node ID 2d1eae31fcd1816c2ae8f6120655ee6c921e5d00 # Parent 54e4c6ece57fad1b9f76ad8310550e2a8817ea66 (isearch-update-ring): Doc fix. diff -r 54e4c6ece57f -r 2d1eae31fcd1 lisp/isearch.el --- 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))))