diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-17 01:10:20 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-17 01:10:20 +0100 |
commit | 01e86b9fdf9858ca6b491a247dffcb2fcada5728 (patch) | |
tree | 2d7651b6320b62a50fd7d06df94367cb43db2095 /doc/emacs/files.texi | |
parent | cd4f75bb86e160158786b0d5a07319a49c3ad7b8 (diff) | |
download | emacs-01e86b9fdf9858ca6b491a247dffcb2fcada5728.tar.gz emacs-01e86b9fdf9858ca6b491a247dffcb2fcada5728.tar.bz2 emacs-01e86b9fdf9858ca6b491a247dffcb2fcada5728.zip |
Fix recentf typo in Emacs manual
* doc/emacs/files.texi (File Conveniences): Fix misspelling of
recentf-list.
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 56ce7fdea19..b95203b1f44 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -2098,8 +2098,8 @@ recently-opened files, reading file names from a buffer. If you enable Recentf mode, with @kbd{M-x recentf-mode}, the @samp{File} menu includes a submenu containing a list of recently opened files. @kbd{M-x recentf-save-list} saves the current -@code{recent-file-list} to a file, and @kbd{M-x recentf-edit-list} -edits it. +@code{recentf-list} to a file, and @kbd{M-x recentf-edit-list} edits +it. @c FIXME partial-completion-mode (complete.el) is obsolete. The @kbd{M-x ffap} command generalizes @code{find-file} with more |