From: Andreas Schwab Date: Wed, 24 Jun 1998 09:05:39 +0000 (+0000) Subject: (checkdoc-autofix-flag): Use `other' X-Git-Tag: emacs-20.3~500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59c9da9d0a40ca831c1351896cddcf710b173126;p=emacs.git (checkdoc-autofix-flag): Use `other' widget type. --- diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 6c68d17ed63..5be801c2f3c 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -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.