From: Eli Zaretskii Date: Sat, 22 Dec 2007 17:10:17 +0000 (+0000) Subject: (regexp-history): Add reference to `history-length' in the doc string. X-Git-Tag: emacs-pretest-22.1.90~241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fae97ed8b8861e68394170f5a5a6938e14118cf0;p=emacs.git (regexp-history): Add reference to `history-length' in the doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb6fbe1da23..60bbc2b7914 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-12-22 Eli Zaretskii + + * 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 * comint.el (comint-password-prompt-regexp): Match `Enter Password'. 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)