(regexp-history): Add reference to `history-length' in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:10:17 +0000 (17:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:10:17 +0000 (17:10 +0000)
lisp/ChangeLog
lisp/replace.el

index fb6fbe1..60bbc2b 100644 (file)
@@ -1,3 +1,11 @@
+2007-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * replace.el (regexp-history): 
+       * simple.el (minibuffer-history): 
+       * international/mule-cmds.el (input-method-history): 
+       * files.el (file-name-history): Add reference to history-length in
+       the doc string.
+
 2007-12-22  Richard Stallman  <rms@gnu.org>
 
        * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
index ebee65b..9134f68 100644 (file)
@@ -513,7 +513,10 @@ which will run faster and will not set the mark or print anything."
 
 \f
 (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)