# HG changeset patch # User Eli Zaretskii # Date 1198343283 0 # Node ID f8b9dabcc94369f1634213d3372506215d454033 # Parent 46d26befd9860586d0136ef9cc6b81b1b2c1d25d (file-name-history): Add reference to `history-length' in the doc string. diff -r 46d26befd986 -r f8b9dabcc943 lisp/files.el --- 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)