Variable: checkdoc--disambiguate-symbol-flag
checkdoc--disambiguate-symbol-flag is a variable defined in
checkdoc.el.gz.
Value
t
Documentation
Non-nil means ask to disambiguate Lisp symbol.
This variable is intended for use on Emacs itself, where the large number of libraries means it is impractical to fix all of these warnings masse. In almost any other case, setting this to anything but t is likely to be counter-productive.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defvar checkdoc--disambiguate-symbol-flag t
"Non-nil means ask to disambiguate Lisp symbol.
This variable is intended for use on Emacs itself, where the
large number of libraries means it is impractical to fix all
of these warnings masse. In almost any other case, setting
this to anything but t is likely to be counter-productive.")