mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(file-name-history): Add reference to `history-length' in the doc string.
This commit is contained in:
parent
7d11dd8142
commit
426aa4f0be
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user