diff options
Diffstat (limited to 'lisp/mail/footnote.el')
-rw-r--r-- | lisp/mail/footnote.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 7ded4c31cf5..5dfc188d35c 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -45,6 +45,7 @@ (defcustom footnote-mode-line-string " FN" "String to display in modes section of the mode-line." + :type 'string :group 'footnote) (defcustom footnote-mode-hook nil @@ -86,10 +87,8 @@ displaying footnotes." "Prefix key to use for Footnote command in Footnote minor mode. The value of this variable is checked as part of loading Footnote mode. After that, changing the prefix key requires manipulating keymaps." - ;; FIXME: the type should be a key-sequence, but it seems Custom - ;; doesn't support that yet. - ;; :type 'string - ) + :type 'key-sequence + :group 'footnote) ;;; Interface variables that probably shouldn't be changed |