diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 630480bd064..1169d055043 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2043,7 +2043,7 @@ beginning and `after-revert-hook' at the end." | |||
| 2043 | (after-find-file nil nil t)) | 2043 | (after-find-file nil nil t)) |
| 2044 | (t (error "Recover-file cancelled."))))) | 2044 | (t (error "Recover-file cancelled."))))) |
| 2045 | 2045 | ||
| 2046 | (defun multiple-recover () | 2046 | (defun recover-session () |
| 2047 | "Recover auto save files from a previous Emacs session. | 2047 | "Recover auto save files from a previous Emacs session. |
| 2048 | This command first displays a Dired buffer showing you the | 2048 | This command first displays a Dired buffer showing you the |
| 2049 | previous sessions that you could recover from. | 2049 | previous sessions that you could recover from. |