; Fix 'desktop-restore-reuses-frames' customize values
* lisp/desktop.el (desktop-restore-reuses-frames): Fix defcustom's value. (Bug#65435)
This commit is contained in:
parent
45cc57ac25
commit
b72f23a532
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ If nil, deletes existing frames.
|
|||
If `keep', keeps existing frames and does not reuse them."
|
||||
:type '(choice (const :tag "Reuse existing frames" t)
|
||||
(const :tag "Delete existing frames" nil)
|
||||
(const :tag "Keep existing frames" :keep))
|
||||
(const :tag "Keep existing frames" keep))
|
||||
:group 'desktop
|
||||
:version "24.4")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue