Variable: helpful-set-variable-function

helpful-set-variable-function is a customizable variable defined in helpful.el.

Value

setq

Documentation

Function used by helpful--set to interactively set variables.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defcustom helpful-set-variable-function
  (if (< 29 emacs-major-version) #'setopt #'setq)
  "Function used by `helpful--set' to interactively set variables."
  :type 'function
  :group 'helpful)