Function: evil-ex-elisp-completion-at-point

evil-ex-elisp-completion-at-point is a function alias for elisp-completion-at-point, defined in elisp-mode.el.gz.

This function is obsolete since 1.15.0; use elisp-completion-at-point instead.

Signature

(evil-ex-elisp-completion-at-point)

Documentation

Function used for completion-at-point-functions in emacs-lisp-mode.

If the context at point allows only a certain category of symbols (e.g. functions, or variables) then the returned completions are restricted to that category. In contexts where any symbol is possible (following a quote, for example), functions are annotated with "<f>" via the
:annotation-function property.

Aliases

evil-ex-elisp-completion-at-point (obsolete since 1.15.0)