Mercurial > emacs
changeset 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 | 46d26befd986 |
children | 9fec9cf76ca1 |
files | lisp/files.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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)