Variable: hycontrol-arg

hycontrol-arg is a variable defined in hycontrol.el.

Value

nil

Documentation

HyControl copy of prefix-arg that it changes within key bindings.

pre-command-hook synchronizes this value to prefix-arg.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defvar hycontrol-arg nil
  "HyControl copy of `prefix-arg' that it changes within key bindings.
`pre-command-hook' synchronizes this value to `prefix-arg'.")