aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-07 18:39:02 +0000
committerRichard M. Stallman1995-05-07 18:39:02 +0000
commit6598027d333caa8c396bf3f310a8bcd8bcfc6586 (patch)
treefa6d304d1dd899770f63da902a594175a76c7b9c
parent9f9d7a9ac4cd01385193ea5007a729121643532e (diff)
downloademacs-6598027d333caa8c396bf3f310a8bcd8bcfc6586.tar.gz
emacs-6598027d333caa8c396bf3f310a8bcd8bcfc6586.zip
(recover-session): Renamed from multiple-recover.
-rw-r--r--lisp/files.el2
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.
2048This command first displays a Dired buffer showing you the 2048This command first displays a Dired buffer showing you the
2049previous sessions that you could recover from. 2049previous sessions that you could recover from.