From dc25b98bf90b68b78c8b3baf4dcc0bbc609bd2d2 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Tue, 7 Jun 2016 23:37:05 -0400 Subject: [PATCH] Fix documentation of completion functions So that the behavior matches the match code (and docstrings). * doc/lispref/minibuf.texi (Basic Completion): Symbol keys of hash table are not ignored. --- doc/lispref/minibuf.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 6f41090..1fa2536 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -733,8 +733,8 @@ Basic Completion If @var{collection} is an obarray (@pxref{Creating Symbols}), the names of all symbols in the obarray form the set of permissible completions. -If @var{collection} is a hash table, then the keys that are strings -are the possible completions. Other keys are ignored. +If @var{collection} is a hash table, then the keys that are strings or +symbols are the possible completions. Other keys are ignored. You can also use a function as @var{collection}. Then the function is solely responsible for performing completion; @code{try-completion} -- 2.8.0