# HG changeset patch # User Eli Zaretskii # Date 1198343366 0 # Node ID b55facd69022ededb773bd1a7547a34832fbb0e7 # Parent 9fec9cf76ca1aa4d98adc5249879d0c2ca4b9d5e (regexp-history): Add reference to `history-length' in the doc string. diff -r 9fec9cf76ca1 -r b55facd69022 lisp/replace.el --- 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)