aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorEli Zaretskii2007-12-22 17:10:17 +0000
committerEli Zaretskii2007-12-22 17:10:17 +0000
commitfae97ed8b8861e68394170f5a5a6938e14118cf0 (patch)
treee7ae99443600c63d32aef0d0de521edb3720da68 /lisp/replace.el
parent6f5d24524adc3a4388818d5e8a859b5c00ba7d2f (diff)
downloademacs-fae97ed8b8861e68394170f5a5a6938e14118cf0.tar.gz
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.el5
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."
513 513
514 514
515(defvar regexp-history nil 515(defvar regexp-history nil
516 "History list for some commands that read regular expressions.") 516 "History list for some commands that read regular expressions.
517
518Maximum length of the history list is determined by the value
519of `history-length', which see.")
517 520
518 521
519(defalias 'delete-non-matching-lines 'keep-lines) 522(defalias 'delete-non-matching-lines 'keep-lines)