helpful-variable is an autoloaded, interactive and byte-compiled
function defined in helpful.el.

Signature
(helpful-variable SYMBOL)

Documentation
Show help for variable named SYMBOL.

Key Bindings
This command is not in any keymaps.

References
References in helpful.el:
(defun helpful--describe-exactly ...) 1 reference
(defun helpful--bookmark-jump ...)    1 reference
(defun helpful-symbol ...)            2 references

Find all references Functions used by helpful-variable

Debugging
Enable edebug Enable tracing
Disassemble Forget

Source Code
;; Defined in ~/.config/emacs/packages/helpful-20240613.1523/helpful.el
;;;###autoload
(defun helpful-variable (symbol)
  "Show help for variable named SYMBOL."
  (interactive
   (list (helpful--read-symbol
          "Variable: "
          (helpful--variable-at-point)
          #'helpful--variable-p)))
  (helpful--update-and-switch-buffer symbol nil))

Symbol Properties
event-symbol-element-mask
  (helpful-variable 0)
event-symbol-elements
  (helpful-variable)
function-history
  ("/home/luis/.config/emacs/packages/helpful-20240613.1523/helpful.elc"
   (autoload "helpful" "Show help for variable named SYMBOL.\n\n(fn SYMBOL)" t nil))
modifier-cache
  ((0 . helpful-variable))