Function: ibtypes::completion
ibtypes::completion is a byte-compiled function defined in
hibtypes.el.
Signature
(ibtypes::completion)
Documentation
Insert completion at point into minibuffer or other window.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hibtypes.el
;;; ========================================================================
;;; Inserts completion into minibuffer or other window.
;;; ========================================================================
(defib completion ()
"Insert completion at point into minibuffer or other window."
(let ((completion (hargs:completion t)))
(and completion
(ibut:label-set completion)
(hact 'completion))))