mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 22:50:37 -08:00
(file-name-history): Add reference to `history-length' in the doc string.
This commit is contained in:
parent
7d11dd8142
commit
426aa4f0be
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue