]> git.eshelyaron.com Git - emacs.git/commit
Add completion annotations for file name completion
authorEshel Yaron <me@eshelyaron.com>
Fri, 5 Jan 2024 18:03:13 +0000 (19:03 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 5 Jan 2024 21:31:31 +0000 (22:31 +0100)
commitdb311582a75b2dfadd6c164f83f816738b358e45
treebab07e33e76a35903316414a76d5b69f97637f5f
parent259c0138623c352acc7bcd79a1fda42ec606a0cf
Add completion annotations for file name completion

* lisp/minibuffer.el (completion-file-name-affixation): New function.
(completion-file-name-table): Use it as 'affixation-function'.
* doc/emacs/help.texi (Name Help): Move doc of 'completions-detailed'
from here to...
* doc/emacs/mini.texi (Completion Options): ...here.  Improve wording.
* etc/NEWS: Announce.
doc/emacs/help.texi
doc/emacs/mini.texi
etc/NEWS
lisp/minibuffer.el