From: Lars Ingebrigtsen Date: Mon, 22 Aug 2022 14:02:50 +0000 (+0200) Subject: Link the "f" interactive spec to `read-file-name' in the manual X-Git-Tag: emacs-29.0.90~1893^2~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c9696e3de171d84c4241d95872b83977cd44593;p=emacs.git 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. --- diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 26739bf5b8d..a4fd4c9e97a 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -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.