# HG changeset patch # User Richard M. Stallman # Date 1173032385 0 # Node ID 686197fbacfa32b4418697804bf3fba57ce1fd46 # Parent 41d7e08e95b73c603da2068562d4fa7127eebe4d (Basic Completion): Minor clarification. diff -r 41d7e08e95b7 -r 686197fbacfa lispref/minibuf.texi --- a/lispref/minibuf.texi Sun Mar 04 18:19:05 2007 +0000 +++ b/lispref/minibuf.texi Sun Mar 04 18:19:45 2007 +0000 @@ -629,12 +629,11 @@ If @var{collection} is an alist (@pxref{Association Lists}), the permissible completions are the elements of the alist that are either strings, symbols, or conses whose @sc{car} is a string or symbol. -Symbols are converted to strings using @code{symbol-name}. -Other elements of the alist are ignored. (Remember that in Emacs Lisp, -the elements of alists do not @emph{have} to be conses.) As all -elements of the alist can be strings, this case actually includes -lists of strings or symbols, even though we usually do not think of -such lists as alists. +Symbols are converted to strings using @code{symbol-name}. Other +elements of the alist are ignored. (Remember that in Emacs Lisp, the +elements of alists do not @emph{have} to be conses.) In particular, a +list of strings or symbols is allowed, even though we usually do not +think of such lists as alists. @cindex obarray in completion If @var{collection} is an obarray (@pxref{Creating Symbols}), the names