aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-12-22 17:08:03 +0000
committerEli Zaretskii2007-12-22 17:08:03 +0000
commit426aa4f0befa3e768687820159476c5d815b8a16 (patch)
tree7bd0947ba3487bb77185e2bed170892434e85a99
parent7d11dd8142b96190c6c84c84e14b2b29d527919f (diff)
downloademacs-426aa4f0befa3e768687820159476c5d815b8a16.tar.gz
emacs-426aa4f0befa3e768687820159476c5d815b8a16.zip
(file-name-history): Add reference to `history-length' in the doc string.
-rw-r--r--lisp/files.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 09d020533f5..423bc1eb804 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -516,7 +516,10 @@ using \\[toggle-read-only]."
516 :group 'view) 516 :group 'view)
517 517
518(defvar file-name-history nil 518(defvar file-name-history nil
519 "History list of file names entered in the minibuffer.") 519 "History list of file names entered in the minibuffer.
520
521Maximum length of the history list is determined by the value
522of `history-length', which see.")
520 523
521(put 'ange-ftp-completion-hook-function 'safe-magic t) 524(put 'ange-ftp-completion-hook-function 'safe-magic t)
522(defun ange-ftp-completion-hook-function (op &rest args) 525(defun ange-ftp-completion-hook-function (op &rest args)