Mercurial > emacs
changeset 11739:a9614b779859
(recover-session): Renamed from multiple-recover.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 May 1995 18:39:02 +0000 |
parents | cb413eec7a2f |
children | 703c7eabbe1c |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sun May 07 17:43:08 1995 +0000 +++ b/lisp/files.el Sun May 07 18:39:02 1995 +0000 @@ -2043,7 +2043,7 @@ (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.