Function: cape--abbrev-list

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

Signature

(cape--abbrev-list)

Documentation

Abbreviation list.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
;;;;; cape-abbrev

(defun cape--abbrev-list ()
  "Abbreviation list."
  (delete "" (cl-loop for x in (abbrev--suggest-get-active-tables-including-parents)
                      nconc (all-completions "" x))))