Mercurial > emacs
changeset 22579:d0ad271c7774
(checkdoc-autofix-flag): Use `other'
widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:05:39 +0000 |
parents | f330ab785b83 |
children | a191ee97be00 |
files | lisp/emacs-lisp/checkdoc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.