From: Richard M. Stallman Date: Sun, 4 Mar 2007 18:19:45 +0000 (+0000) Subject: (Basic Completion): Minor clarification. X-Git-Tag: emacs-pretest-22.0.96~280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5fabecf2633c23f0e8cf44dbc4a61fd820d1d02;p=emacs.git (Basic Completion): Minor clarification. --- diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index de81e94e54e..1abbb148b85 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -629,12 +629,11 @@ match. 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