aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)