diff doc/lispref/minibuf.texi @ 106637:16b0f9d4c0c5

* frames.texi (Resources): Describe inhibit-x-resources. (Size Parameters): Copyedit. * hash.texi (Creating Hash): * objects.texi (Hash Table Type): Document the new hash table printed representation. * minibuf.texi (Basic Completion): 4th arg to all-completions is obsolete. * processes.texi (Process Buffers): Document process-kill-buffer-query-function.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Dec 2009 20:04:07 +0000
parents da9cc794b4ec
children d937917bda79
line wrap: on
line diff
--- a/doc/lispref/minibuf.texi	Fri Dec 25 20:00:32 2009 +0000
+++ b/doc/lispref/minibuf.texi	Fri Dec 25 20:04:07 2009 +0000
@@ -769,10 +769,11 @@
 @var{string}.  The arguments to this function (aside from
 @var{nospace}) are the same as those of @code{try-completion}.  Also,
 this function uses @code{completion-regexp-list} in the same way that
-@code{try-completion} does.  The optional argument @var{nospace} only
-matters if @var{string} is the empty string.  In that case, if
-@var{nospace} is non-@code{nil}, completions that start with a space
-are ignored.
+@code{try-completion} does.
+
+The optional argument @var{nospace} is obsolete.  If it is
+non-@code{nil}, completions that start with a space are ignored unless
+@var{string} starts with a space.
 
 If @var{collection} is a function, it is called with three arguments:
 @var{string}, @var{predicate} and @code{t}; then @code{all-completions}