* minibuf.c (Fall_completions): Fix typos in docstring.

This commit is contained in:
Juanma Barranquero 2009-10-26 16:20:44 +00:00
parent 057bce6f17
commit 782a943e7f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2009-10-26 Juanma Barranquero <lekktu@gmail.com>
* minibuf.c (Fall_completions): Fix typo in docstring.
* minibuf.c (Fall_completions): Fix typos in docstring.
2009-10-26 Andreas Schwab <schwab@redhat.com>

View file

@ -1561,7 +1561,7 @@ predicate is called with two arguments: the key and the value.
Additionally to this predicate, `completion-regexp-list'
is used to further constrain the set of candidates.
An osbolete optional fourth argument HIDE-SPACES is still accepted for
An obsolete optional fourth argument HIDE-SPACES is still accepted for
backward compatibility. If non-nil, strings in COLLECTION that start
with a space are ignored unless STRING itself starts with a space. */)
(string, collection, predicate, hide_spaces)