Function: xref-backend-identifier-completion-table

xref-backend-identifier-completion-table is a byte-compiled function defined in xref.el.gz.

Signature

(xref-backend-identifier-completion-table BACKEND)

Documentation

Return the completion table for identifiers.

Implementations

((backend (eql cider))) in `cider-xref-backend.el'.

Return the completion table for identifiers.

((backend (eql 'etags))) in `etags.el'.

Undocumented

((backend (eql 'elisp))) in `elisp-mode.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(cl-defgeneric xref-backend-identifier-completion-table (backend)
  "Return the completion table for identifiers.")