summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-12-28 22:26:14 +0000
committerMiles Bader <miles@gnu.org>2007-12-28 22:26:14 +0000
commit904dd4cc232653ab7fb56a7133889bea16cc898a (patch)
treecb8393a631f3c0d513c32b565a6cf02358463342 /lisp/replace.el
parent0155a7397f0a92e0a56da0c706cc6dee5bd42068 (diff)
parent2e27422e88f59a34ecba6b711e8260e64aa80696 (diff)
downloademacs-904dd4cc232653ab7fb56a7133889bea16cc898a.tar.gz
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
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 8bd3bec20a0..b76c64085c2 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -519,7 +519,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)