Function: hargs:unset-string-to-complete
hargs:unset-string-to-complete is a byte-compiled function defined in
hargs.el.
Signature
(hargs:unset-string-to-complete)
Documentation
Remove any value from hargs:string-to-complete.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hargs.el
(defun hargs:unset-string-to-complete ()
"Remove any value from `hargs:string-to-complete'."
(setq hargs:string-to-complete nil))