From: Richard M. Stallman Date: Sun, 7 May 1995 18:39:02 +0000 (+0000) Subject: (recover-session): Renamed from multiple-recover. X-Git-Tag: emacs-19.34~4119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6598027d333caa8c396bf3f310a8bcd8bcfc6586;p=emacs.git (recover-session): Renamed from multiple-recover. --- 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.