From bf0b5157156b825bf68c94a34b6be5391e5ce751 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 8 Jun 2025 21:58:18 +0200 Subject: [PATCH] ; Fix last change. Thanks to Daniel Mendler for pointing out my mistake in commit 4be63c85d2a. (cherry picked from commit 86eb733aef49fc91b6f2cf4ecb384c05e899ffa5) --- doc/lispref/minibuf.texi | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 98a19c19b9e..1cc4d23c619 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -2127,11 +2127,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 -- 2.39.5