From b7950b2c05bf22fb69d6554383bf09fc4eb8036a Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Fri, 6 Jan 2023 11:29:20 +0100 Subject: [PATCH] Document manual desktop restore * doc/emacs/misc.texi (Saving Emacs Sessions): Precises how to do a manual restore after a manual save. --- doc/emacs/misc.texi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index c706b727e6f..ec24d43c46a 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -2733,11 +2733,13 @@ Saving Emacs Sessions @findex desktop-save @vindex desktop-save-mode You can save the desktop manually with the command @kbd{M-x -desktop-save}. You can also enable automatic saving of the desktop -when you exit Emacs, and automatic restoration of the last saved -desktop when Emacs starts: use the Customization buffer (@pxref{Easy -Customization}) to set @code{desktop-save-mode} to @code{t} for future -sessions, or add this line in your init file (@pxref{Init File}): +desktop-save}. You can then restore the desktop manually with the +command @kbd{M-x desktop-read}. You can also enable automatic saving +of the desktop when you exit Emacs, and automatic restoration of the +last saved desktop when Emacs starts: use the Customization buffer +(@pxref{Easy Customization}) to set @code{desktop-save-mode} to +@code{t} for future sessions, or add this line in your init file +(@pxref{Init File}): @example (desktop-save-mode 1) -- 2.39.0