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-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/426aa4f0befa3e768687820159476c5d815b8a16 (file-name-history): Add reference to `history-length' in the doc string. --- diff --git a/lisp/files.el b/lisp/files.el index 09d020533f..423bc1eb80 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)