]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/minibuf.texi
Merge from origin/emacs-25
[gnu-emacs] / doc / lispref / minibuf.texi
index e6d8f8a4c79933894a0dba4181f02bbbd1820876..8d5347556e42027be30db306601552ca16c7a500 100644 (file)
@@ -750,8 +750,8 @@ list contains elements of any other type, those are ignored.
 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}