diff options
| -rw-r--r-- | doc/lispref/minibuf.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 6222809d0dc..b34f73feb5b 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -2125,11 +2125,8 @@ when a slow operation is involved, such as calling an external process. | |||
| 2125 | 2125 | ||
| 2126 | @defun completion-table-with-metadata table metadata | 2126 | @defun completion-table-with-metadata table metadata |
| 2127 | This function creates a completion table that behaves like the existing | 2127 | This function creates a completion table that behaves like the existing |
| 2128 | completion table @var{table}, except with additional metadata, specified | 2128 | completion table @var{table}, except that the new table uses the alist |
| 2129 | by the completion metadata alist @var{metadata}. If @var{table} already | 2129 | @var{metadata} as its completion metadata. |
| 2130 | provides completion metadata, that metadata is merged with | ||
| 2131 | @var{metadata}, giving precedence to @var{metadata} in case an entry | ||
| 2132 | appears both. | ||
| 2133 | @end defun | 2130 | @end defun |
| 2134 | 2131 | ||
| 2135 | @node Completion in Buffers | 2132 | @node Completion in Buffers |