emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog minibuf.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog minibuf.c
Date: Mon, 26 Oct 2009 16:20:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/10/26 16:20:45

Modified files:
        src            : ChangeLog minibuf.c 

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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7828&r2=1.7829
http://cvs.savannah.gnu.org/viewcvs/emacs/src/minibuf.c?cvsroot=emacs&r1=1.365&r2=1.366

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7828
retrieving revision 1.7829
diff -u -b -r1.7828 -r1.7829
--- ChangeLog   26 Oct 2009 15:18:04 -0000      1.7828
+++ ChangeLog   26 Oct 2009 16:20:44 -0000      1.7829
@@ -1,6 +1,6 @@
 2009-10-26  Juanma Barranquero  <address@hidden>
 
-       * minibuf.c (Fall_completions): Fix typo in docstring.
+       * minibuf.c (Fall_completions): Fix typos in docstring.
 
 2009-10-26  Andreas Schwab  <address@hidden>
 

Index: minibuf.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/minibuf.c,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -b -r1.365 -r1.366
--- minibuf.c   26 Oct 2009 15:18:06 -0000      1.365
+++ minibuf.c   26 Oct 2009 16:20:45 -0000      1.366
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]