diff lisp/emacs-lisp/checkdoc.el @ 22579:d0ad271c7774

(checkdoc-autofix-flag): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 09:05:39 +0000
parents dee11277c07d
children f72e7540940a
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Wed Jun 24 09:02:58 1998 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Wed Jun 24 09:05:39 1998 +0000
@@ -145,9 +145,9 @@
 The value `never' is the same as nil, never ask or change anything."
   :group 'checkdoc
   :type '(choice (const automatic)
-		 (const semiautomatic)
 		 (const query)
-		 (const never)))
+		 (const never)
+		 (other :tag "semiautomatic" semiautomatic)))
 
 (defcustom checkdoc-bouncy-flag t
   "*Non-nil means to \"bounce\" to auto-fix locations.