]> code.delx.au - gnu-emacs/blobdiff - lisp/desktop.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / desktop.el
index e795d9c23007062300e06b526d23db066625253b..822db050e1fed2d2593d3e1b668f3126c19ca714 100644 (file)
@@ -554,7 +554,9 @@ RESTORE-FUNCTION nil means don't try to restore the minor mode.
 Only minor modes for which the name of the buffer-local variable
 and the name of the minor mode function are different have to be added to
 this table.  See also `desktop-minor-mode-handlers'."
-  :type 'sexp
+  :type '(alist :key-type (symbol :tag "Minor mode")
+                :value-type (list :tag "Restore function"
+                                  (choice (const nil) function)))
   :group 'desktop)
 
 ;;;###autoload