Function: helpful--has-shortdoc-p
helpful--has-shortdoc-p is a byte-compiled function defined in
helpful.el.
Signature
(helpful--has-shortdoc-p SYM)
Documentation
Return non-nil if shortdoc.el is available and SYM is in a shortdoc group.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--has-shortdoc-p (sym)
"Return non-nil if shortdoc.el is available and SYM is in a shortdoc group."
(and (featurep 'shortdoc)
(shortdoc-function-groups sym)))