]> git.eshelyaron.com Git - emacs.git/commitdiff
Link the "f" interactive spec to `read-file-name' in the manual
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Aug 2022 14:02:50 +0000 (16:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Aug 2022 14:03:00 +0000 (16:03 +0200)
* doc/lispref/commands.texi (Interactive Codes): Link to the
Reading File Names node.

doc/lispref/commands.texi

index 26739bf5b8d14e9ea9ecb34536b049576b492088..a4fd4c9e97a282750ab311c40422e38ac8008b44 100644 (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.