aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/minibuf.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 6f41090ebea..1fa2536db4e 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -733,8 +733,8 @@ list contains elements of any other type, those are ignored.
733If @var{collection} is an obarray (@pxref{Creating Symbols}), the names 733If @var{collection} is an obarray (@pxref{Creating Symbols}), the names
734of all symbols in the obarray form the set of permissible completions. 734of all symbols in the obarray form the set of permissible completions.
735 735
736If @var{collection} is a hash table, then the keys that are strings 736If @var{collection} is a hash table, then the keys that are strings or
737are the possible completions. Other keys are ignored. 737symbols are the possible completions. Other keys are ignored.
738 738
739You can also use a function as @var{collection}. Then the function is 739You can also use a function as @var{collection}. Then the function is
740solely responsible for performing completion; @code{try-completion} 740solely responsible for performing completion; @code{try-completion}