]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-uu-configure-list): Fix typo in :type.
authorDave Love <fx@gnu.org>
Sun, 26 Nov 2000 20:28:54 +0000 (20:28 +0000)
committerDave Love <fx@gnu.org>
Sun, 26 Nov 2000 20:28:54 +0000 (20:28 +0000)
lisp/gnus/mm-uu.el

index beae8409135499f4bb675b01c0f8c0ada13af5b7..c7bab9dd4d397f7ce0b6f51c9aef04e5fd2d402a 100644 (file)
@@ -124,7 +124,7 @@ To disable dissecting shar codes, for instance, add
 `(shar . disabled)' to this list."
   :type '(repeat (choice (const :tag "postscript" (postscript . disabled))
                         (const :tag "uu" (uu . disabled))
-                        (const :tag "binhax" (binhex . disabled))
+                        (const :tag "binhex" (binhex . disabled))
                         (const :tag "shar" (shar . disabled))
                         (const :tag "forward" (forward . disabled))))
   :group 'gnus-article-mime