From 6598027d333caa8c396bf3f310a8bcd8bcfc6586 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 7 May 1995 18:39:02 +0000 Subject: [PATCH] (recover-session): Renamed from multiple-recover. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (after-find-file nil nil t)) (t (error "Recover-file cancelled."))))) -(defun multiple-recover () +(defun recover-session () "Recover auto save files from a previous Emacs session. This command first displays a Dired buffer showing you the previous sessions that you could recover from. -- 2.39.2