diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-11-11 13:48:37 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-11-11 13:48:37 +0200 |
commit | 603a0716a8824731a689d3b5144b55eed9ee4db4 (patch) | |
tree | 838904ac4b8329dd04a821e3217997cdfd8bbe8f /doc/emacs/files.texi | |
parent | 72f813fb5692a4b8ef0c57808941f0e97a588d7c (diff) | |
download | emacs-603a0716a8824731a689d3b5144b55eed9ee4db4.tar.gz |
Improve the documentation of M-n for entering file names
* lisp/files.el (find-file, find-file-other-window)
(find-file-other-frame): Mention file-name-at-point-functions in
the doc string. Reported by Florian Weimer <fw@deneb.enyo.de> in
http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00224.html.
* doc/emacs/mini.texi (Minibuffer History): Document
file-name-at-point-functions and its effect on M-n when typing
file names in the minibuffer.
* doc/emacs/files.texi (File Names):
* doc/emacs/mini.texi (Minibuffer File): Add a cross-reference to
"Minibuffer History", where special features of M-n regarding
files are described.
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 18f1c28571b..b11f588b466 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -63,6 +63,9 @@ completing up to a nonexistent file name, Emacs prints @samp{[Confirm]} and you must type a second @key{RET} to confirm. @xref{Completion Exit}, for details. +Minibuffer history commands offer some special features for reading +file names, see @ref{Minibuffer History}. + @cindex default directory @vindex default-directory @vindex insert-default-directory |