summaryrefslogtreecommitdiff
path: root/lisp/mail/unrmail.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-06 20:57:43 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-06 20:57:43 -0800
commit8e0762cade0431a3586c9f60234a63df4117a16a (patch)
tree28e1f117211ba928a85b9ca5fbf77cb0c58e5932 /lisp/mail/unrmail.el
parent13a40633cfb5d3b97f26b362c27ffb50846dc1bb (diff)
downloademacs-8e0762cade0431a3586c9f60234a63df4117a16a.tar.gz
Fix :type in previous (un)rmail change, use a better :group
Diffstat (limited to 'lisp/mail/unrmail.el')
-rw-r--r--lisp/mail/unrmail.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el
index 23675d90713..fd7e49a65d5 100644
--- a/lisp/mail/unrmail.el
+++ b/lisp/mail/unrmail.el
@@ -56,10 +56,10 @@ or not. The `mxbord' format avoids this by also quoting \">From \" as
\">>From \", and so on. For this reason, mboxrd is recommended.
See also `rmail-mbox-format'."
- :type '(choice (const 'mboxrd)
- (const 'mboxro))
+ :type '(choice (const mboxrd)
+ (const mboxro))
:version "24.4"
- :group 'rmail)
+ :group 'rmail-files)
;;;###autoload
(defun unrmail (file to-file)