diff options
author | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:05:39 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:05:39 +0000 |
commit | 59c9da9d0a40ca831c1351896cddcf710b173126 (patch) | |
tree | 6f3109ff6aaea0e327180be473d69f0a1325b80d /lisp/emacs-lisp | |
parent | 778c757617f057e3857c9986d76811404f33e603 (diff) | |
download | emacs-59c9da9d0a40ca831c1351896cddcf710b173126.tar.gz emacs-59c9da9d0a40ca831c1351896cddcf710b173126.tar.bz2 emacs-59c9da9d0a40ca831c1351896cddcf710b173126.zip |
(checkdoc-autofix-flag): Use `other'
widget type.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 4 |
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. |