Link the "f" interactive spec to `read-file-name' in the manual

* doc/lispref/commands.texi (Interactive Codes): Link to the
Reading File Names node.
This commit is contained in:
Lars Ingebrigtsen 2022-08-22 16:02:50 +02:00
parent 0dd51d8ebf
commit 6c9696e3de

View file

@ -443,9 +443,9 @@ specification. If the key sequence that invoked the command has
and @acronym{ASCII} characters, do not count where @samp{e} is concerned.
@item f
A file name of an existing file (@pxref{File Names}). The default
directory is @code{default-directory}. Existing, Completion, Default,
Prompt.
A file name of an existing file (@pxref{File Names}). @xref{Reading
File Names} for details about default values. Existing, Completion,
Default, Prompt.
@item F
A file name. The file need not exist. Completion, Default, Prompt.