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

index 09d0205..423bc1e 100644 (file)
@@ -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.")
 \f
 (put 'ange-ftp-completion-hook-function 'safe-magic t)
 (defun ange-ftp-completion-hook-function (op &rest args)