changeset 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 9fec9cf76ca1
children cfa45835a9e5
files lisp/replace.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
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)