]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuf.c (Fall_completions): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Oct 2009 16:20:44 +0000 (16:20 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Oct 2009 16:20:44 +0000 (16:20 +0000)
src/ChangeLog
src/minibuf.c

index 5752604f4c92810124e29ab148267326ace148ae..2f045d2582898f431a7f7e30179222a733ad2e83 100644 (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>
 
index 06e2fc5e91277fd7de833aa975d763d18f436ab1..5cf89f286a1f695c1b3304d2ad8ccf39ab03d676 100644 (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)