]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/mh-e.el
Fix a bunch of custom types (thank you cus-test.el)
[gnu-emacs] / lisp / mh-e / mh-e.el
index 6ed033b8fa80021d4124340de194da1ce8fc085e..303d817dede82918a217b602241e5de2fd49d1ab 100644 (file)
@@ -1354,7 +1354,7 @@ This option is consulted when a prefix argument is used with
 specified in the MH profile. This option may be used to provide
 an alternate view. For example, \"'(\"-nolimit\" \"-textfield\"
 \"subject\")\" is a useful setting."
-  :type 'string
+  :type '(repeat string)
   :group 'mh-folder
   :package-version '(MH-E . "8.0"))
 
@@ -1368,7 +1368,7 @@ being refiled and point is at the start of the message. This function
 should return the default folder as a string with a leading \"+\"
 sign. It can also return nil so that the last folder name is used as
 the default, or an empty string to suppress the default entirely."
-  :type 'function
+  :type '(choice (const nil) function)
   :group 'mh-folder-selection
   :package-version '(MH-E . "8.0"))