Function: helpful--view-literal

helpful--view-literal is a byte-compiled function defined in helpful.el.

Signature

(helpful--view-literal BUTTON)

Documentation

Set the value of this symbol.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--view-literal (_button)
  "Set the value of this symbol."
  (setq helpful--view-literal
        (not helpful--view-literal))
  (helpful-update))