diff options
| author | Eli Zaretskii | 2007-12-22 17:08:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-12-22 17:08:03 +0000 |
| commit | 426aa4f0befa3e768687820159476c5d815b8a16 (patch) | |
| tree | 7bd0947ba3487bb77185e2bed170892434e85a99 | |
| parent | 7d11dd8142b96190c6c84c84e14b2b29d527919f (diff) | |
| download | emacs-426aa4f0befa3e768687820159476c5d815b8a16.tar.gz emacs-426aa4f0befa3e768687820159476c5d815b8a16.zip | |
(file-name-history): Add reference to `history-length' in the doc string.
| -rw-r--r-- | lisp/files.el | 5 |
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 | |||
| 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) |