diff --git a/lisp/desktop.el b/lisp/desktop.el index 3d78c4cb6f8..d6d3e609b21 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -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")