diff src/minibuf.c @ 105773:e650013c56be

* minibuf.c (Fall_completions): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Oct 2009 16:20:44 +0000
parents fd7169a87c28
children 21bdda3ded62
line wrap: on
line diff
--- a/src/minibuf.c	Mon Oct 26 15:18:03 2009 +0000
+++ b/src/minibuf.c	Mon Oct 26 16:20:44 2009 +0000
@@ -1561,7 +1561,7 @@
 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)