From: Eli Zaretskii Date: Sat, 22 Dec 2007 17:08:03 +0000 (+0000) Subject: (file-name-history): Add reference to `history-length' in the doc string. X-Git-Tag: emacs-pretest-22.1.90~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=426aa4f0befa3e768687820159476c5d815b8a16;p=emacs.git (file-name-history): Add reference to `history-length' in the doc string. --- diff --git a/lisp/files.el b/lisp/files.el index 09d020533f5..423bc1eb804 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -516,7 +516,10 @@ using \\[toggle-read-only]." :group 'view) (defvar file-name-history nil - "History list of file names entered in the minibuffer.") + "History list of file names entered in the minibuffer. + +Maximum length of the history list is determined by the value +of `history-length', which see.") (put 'ange-ftp-completion-hook-function 'safe-magic t) (defun ange-ftp-completion-hook-function (op &rest args)