From 59c9da9d0a40ca831c1351896cddcf710b173126 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:05:39 +0000 Subject: [PATCH] (checkdoc-autofix-flag): Use `other' widget type. --- lisp/emacs-lisp/checkdoc.el | 4 ++-- 1 file 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. -- 2.39.2