# HG changeset patch # User Andreas Schwab # Date 898679139 0 # Node ID d0ad271c777463c06186e547f9ba532c6de2a5a0 # Parent f330ab785b83ce876ab1048204f02861b1f67c5d (checkdoc-autofix-flag): Use `other' widget type. diff -r f330ab785b83 -r d0ad271c7774 lisp/emacs-lisp/checkdoc.el --- 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.