diff lisp/files.el @ 79594:f8b9dabcc943

(file-name-history): Add reference to `history-length' in the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Dec 2007 17:08:03 +0000
parents 41e32a5bc0df
children 3ae8c65e837d
line wrap: on
line diff
--- a/lisp/files.el	Sat Dec 22 17:05:42 2007 +0000
+++ b/lisp/files.el	Sat Dec 22 17:08:03 2007 +0000
@@ -516,7 +516,10 @@
   :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)