comparison lisp/files.el @ 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 41e32a5bc0df
children 3ae8c65e837d
comparison
equal deleted inserted replaced
79593:46d26befd986 79594:f8b9dabcc943
514 using \\[toggle-read-only]." 514 using \\[toggle-read-only]."
515 :type 'boolean 515 :type 'boolean
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
521 Maximum length of the history list is determined by the value
522 of `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)
523 "Provides support for ange-ftp host name completion. 526 "Provides support for ange-ftp host name completion.
524 Runs the usual ange-ftp hook, but only for completion operations." 527 Runs the usual ange-ftp hook, but only for completion operations."