diff options
| author | Eli Zaretskii | 2025-04-05 10:11:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-04-05 10:11:03 +0300 |
| commit | cffe5a02454f0d2201172c07a239bd9a3682ad68 (patch) | |
| tree | fd38b28caceb5259cb55e417d64d018c2792d5af /doc | |
| parent | 3ee021dc19e314f6f456867ec43c25aed5cc41b8 (diff) | |
| download | emacs-cffe5a02454f0d2201172c07a239bd9a3682ad68.tar.gz emacs-cffe5a02454f0d2201172c07a239bd9a3682ad68.zip | |
; Fix wording of recent documentation changes
* lisp/desktop.el (desktop-restore-frames):
* etc/NEWS:
* doc/emacs/misc.texi (Saving Emacs Sessions): Fix wording of the
recent changes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/misc.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 8b0f96a3de3..5feee108331 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -2925,13 +2925,14 @@ if the current Emacs session didn't load any desktop yet. | |||
| 2925 | 2925 | ||
| 2926 | @vindex desktop-restore-frames | 2926 | @vindex desktop-restore-frames |
| 2927 | By default, the desktop tries to save and restore the frame and window | 2927 | By default, the desktop tries to save and restore the frame and window |
| 2928 | configuration.@footnote{Except on Android, where this option defaults to | 2928 | configuration.@footnote{ |
| 2929 | @code{nil} because the window manager (@pxref{Android Windowing}) is too | 2929 | Except on Android, where this option defaults to @code{nil} because the |
| 2930 | prohibitive to admit of restoring frame configurations.} To disable or | 2930 | window manager (@pxref{Android Windowing}) is too prohibitive, and |
| 2931 | enable this, set @code{desktop-restore-frames} to @code{nil} or any | 2931 | doesn't allow restoring frame configurations.} |
| 2932 | non-@code{nil} value respectively. (See that variable's documentation | 2932 | To disable or enable this, set @code{desktop-restore-frames} to |
| 2933 | for some related options that you can customize to fine-tune this | 2933 | @code{nil} or any non-@code{nil} value respectively. (See that |
| 2934 | behavior.) | 2934 | variable's documentation for some related options that you can customize |
| 2935 | to fine-tune this behavior.) | ||
| 2935 | 2936 | ||
| 2936 | @vindex frameset-filter-alist | 2937 | @vindex frameset-filter-alist |
| 2937 | When the desktop restores the frame and window configuration, it | 2938 | When the desktop restores the frame and window configuration, it |