diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-12-22 17:10:17 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-12-22 17:10:17 +0000 |
commit | fae97ed8b8861e68394170f5a5a6938e14118cf0 (patch) | |
tree | e7ae99443600c63d32aef0d0de521edb3720da68 /lisp/replace.el | |
parent | 6f5d24524adc3a4388818d5e8a859b5c00ba7d2f (diff) | |
download | emacs-fae97ed8b8861e68394170f5a5a6938e14118cf0.tar.gz emacs-fae97ed8b8861e68394170f5a5a6938e14118cf0.tar.bz2 emacs-fae97ed8b8861e68394170f5a5a6938e14118cf0.zip |
(regexp-history): Add reference to `history-length' in the doc string.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index ebee65b2f40..9134f6881cc 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -513,7 +513,10 @@ which will run faster and will not set the mark or print anything." (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) |