summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-08-22 16:02:50 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-08-22 16:03:00 +0200
commit6c9696e3de171d84c4241d95872b83977cd44593 (patch)
treef986faea6331899a5bddd69d3087451427d8aa7f
parent0dd51d8ebf15c66834ba3573794d3d7e1dd34953 (diff)
downloademacs-6c9696e3de171d84c4241d95872b83977cd44593.tar.gz
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.
-rw-r--r--doc/lispref/commands.texi6
1 files changed, 3 insertions, 3 deletions
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.