mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
; Fix last change.
Thanks to Daniel Mendler <mail@daniel-mendler.de> for
pointing out my mistake in commit 4be63c85d2.
This commit is contained in:
parent
4be63c85d2
commit
86eb733aef
1 changed files with 2 additions and 5 deletions
|
|
@ -2125,11 +2125,8 @@ when a slow operation is involved, such as calling an external process.
|
|||
|
||||
@defun completion-table-with-metadata table metadata
|
||||
This function creates a completion table that behaves like the existing
|
||||
completion table @var{table}, except with additional metadata, specified
|
||||
by the completion metadata alist @var{metadata}. If @var{table} already
|
||||
provides completion metadata, that metadata is merged with
|
||||
@var{metadata}, giving precedence to @var{metadata} in case an entry
|
||||
appears both.
|
||||
completion table @var{table}, except that the new table uses the alist
|
||||
@var{metadata} as its completion metadata.
|
||||
@end defun
|
||||
|
||||
@node Completion in Buffers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue