]> 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, 19 Jan 2024 10:29:49 +0000 (11:29 +0100)
commitd1a6051613a042b0704cd5f9e0b370c446840610
tree5f657bffc3cc214598da1349d5208f0a0236407f
parent301059f658fce35d0a6b403cdeb16240a5be4eaf
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