diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-22 16:02:50 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-22 16:03:00 +0200 |
commit | 6c9696e3de171d84c4241d95872b83977cd44593 (patch) | |
tree | f986faea6331899a5bddd69d3087451427d8aa7f /doc/lispref/commands.texi | |
parent | 0dd51d8ebf15c66834ba3573794d3d7e1dd34953 (diff) | |
download | emacs-6c9696e3de171d84c4241d95872b83977cd44593.tar.gz emacs-6c9696e3de171d84c4241d95872b83977cd44593.tar.bz2 emacs-6c9696e3de171d84c4241d95872b83977cd44593.zip |
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.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r-- | doc/lispref/commands.texi | 6 |
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. |