bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19854: 25.0.50; completion-extra-properties in emacs-25


From: Noam Postavsky
Subject: bug#19854: 25.0.50; completion-extra-properties in emacs-25
Date: Sat, 25 Jun 2016 16:38:55 -0400

Does this look okay?

(defun elisp-completion-at-point ()
  "Function used for `completion-at-point-functions' in `emacs-lisp-mode'.
The returned completions depend on whether point is in a function
or variable position; in positions where both are
possible (e.g. quoted symbols), functions are annotated with
\"<f>\" via the `:annotation-function' property."
...)

Attachment: 0001-Add-to-elisp-completion-at-point-s-docstring.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]