]> code.delx.au - gnu-emacs/commitdiff
(Basic Completion): Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 18:19:45 +0000 (18:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 18:19:45 +0000 (18:19 +0000)
lispref/minibuf.texi

index de81e94e54ebef3c69fdbb3618c6d80d977b99eb..1abbb148b8588339326f06b0fc83cba470e6252c 100644 (file)
@@ -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