summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-06-24 09:05:39 +0000
committerAndreas Schwab <schwab@suse.de>1998-06-24 09:05:39 +0000
commit19f1fd38f651317fc621203824fa9340cacd0690 (patch)
treeecd917ee2a227e02a5c162170513b508c1d0ba5d /lisp/emacs-lisp/checkdoc.el
parent1938e93ed8e2c5de1442ae391b8b5ca154dabe32 (diff)
downloademacs-19f1fd38f651317fc621203824fa9340cacd0690.tar.gz
(checkdoc-autofix-flag): Use `other'
widget type.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r--lisp/emacs-lisp/checkdoc.el4
1 files changed, 2 insertions, 2 deletions
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.