Mercurial > emacs
diff lisp/replace.el @ 79596:b55facd69022
(regexp-history): Add reference to `history-length' in the doc string.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 22 Dec 2007 17:09:26 +0000 |
| parents | d326128c6b13 |
| children | 73661ddc7ac7 cdd30283527d |
line wrap: on
line diff
--- a/lisp/replace.el Sat Dec 22 17:08:49 2007 +0000 +++ b/lisp/replace.el Sat Dec 22 17:09:26 2007 +0000 @@ -513,7 +513,10 @@ (defvar regexp-history nil - "History list for some commands that read regular expressions.") + "History list for some commands that read regular expressions. + +Maximum length of the history list is determined by the value +of `history-length', which see.") (defalias 'delete-non-matching-lines 'keep-lines)
