]> git.eshelyaron.com Git - emacs.git/commit
Overhaul annotation-function to match affixation-function scratch/annotation-function-improvements
authorJoão Távora <joaotavora@gmail.com>
Mon, 24 May 2021 15:31:39 +0000 (16:31 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 25 May 2021 23:47:22 +0000 (00:47 +0100)
commit93342b5776f4ad0819b2822c17bd3b836442c218
tree7d9393ddb47732a99052be5a58f215b00078ca3a
parent2e55201b8085d64c76d9a35bffff90a02133647e
Overhaul annotation-function to match affixation-function

* doc/lispref/minibuf.texi (Programmed Completion): Rework
annotation-function and affixation-function.

* lisp/help-fns.el (help--symbol-completion-table-annotation): Rename
from help--symbol-completion-table-affixation.
(help--symbol-completion-table): Use
help--symbol-completion-table-annotation.

* lisp/minibuffer.el (minibuffer-completion-help): Interpret
annotation-function with more sophistication.

* lisp/simple.el (read-extended-command): Use
read-extended-command--annotation
(read-extended-command--annotation): Rename from
read-extended-command--affixation
doc/lispref/minibuf.texi
lisp/help-fns.el
lisp/minibuffer.el
lisp/simple.el