diff options
| -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. | |||
| 2098 | If you enable Recentf mode, with @kbd{M-x recentf-mode}, the | 2098 | If you enable Recentf mode, with @kbd{M-x recentf-mode}, the |
| 2099 | @samp{File} menu includes a submenu containing a list of recently | 2099 | @samp{File} menu includes a submenu containing a list of recently |
| 2100 | opened files. @kbd{M-x recentf-save-list} saves the current | 2100 | opened files. @kbd{M-x recentf-save-list} saves the current |
| 2101 | @code{recent-file-list} to a file, and @kbd{M-x recentf-edit-list} | 2101 | @code{recentf-list} to a file, and @kbd{M-x recentf-edit-list} edits |
| 2102 | edits it. | 2102 | it. |
| 2103 | 2103 | ||
| 2104 | @c FIXME partial-completion-mode (complete.el) is obsolete. | 2104 | @c FIXME partial-completion-mode (complete.el) is obsolete. |
| 2105 | The @kbd{M-x ffap} command generalizes @code{find-file} with more | 2105 | The @kbd{M-x ffap} command generalizes @code{find-file} with more |