]> git.eshelyaron.com Git - emacs.git/commitdiff
(checkdoc-autofix-flag): Use `other'
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:05:39 +0000 (09:05 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:05:39 +0000 (09:05 +0000)
widget type.

lisp/emacs-lisp/checkdoc.el

index 6c68d17ed639f234ea0640d9d53b4bd06022453c..5be801c2f3cfd9924d2d8c989f8a2fc7142ccf6c 100644 (file)
@@ -145,9 +145,9 @@ without asking, and complex changes are made by asking the user first.
 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.