Function: cape--abbrev-exit

cape--abbrev-exit is a byte-compiled function defined in cape.el.

Signature

(cape--abbrev-exit STR STATUS)

Documentation

Expand expansion if STATUS is not exact.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defun cape--abbrev-exit (_str status)
  "Expand expansion if STATUS is not exact."
  (unless (eq status 'exact)
    (expand-abbrev)))