emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog composite.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog composite.el
Date: Wed, 25 Mar 2009 12:02:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/03/25 12:02:18

Modified files:
        lisp           : ChangeLog composite.el 

Log message:
        * composite.el (auto-compose-chars): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15521&r2=1.15522
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/composite.el?cvsroot=emacs&r1=1.45&r2=1.46

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15521
retrieving revision 1.15522
diff -u -b -r1.15521 -r1.15522
--- ChangeLog   24 Mar 2009 16:11:00 -0000      1.15521
+++ ChangeLog   25 Mar 2009 12:02:15 -0000      1.15522
@@ -1,3 +1,7 @@
+2009-03-25  Juanma Barranquero  <address@hidden>
+
+       * composite.el (auto-compose-chars): Fix typo in docstring.
+
 2009-03-24  Michael Albinus  <address@hidden>
 
        * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.

Index: composite.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/composite.el,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- composite.el        23 Feb 2009 01:37:34 -0000      1.45
+++ composite.el        25 Mar 2009 12:02:18 -0000      1.46
@@ -712,9 +712,7 @@
 in the region FROM (inclusive) and TO (exclusive).
 
 If the character are composed on a graphic display, FONT-OBJECT
-is a font to use.
-
-Otherwise, FONT-OBJECT is nil, and the fucntion
+is a font to use.  Otherwise, FONT-OBJECT is nil, and the function
 `compose-gstring-for-terminal' is used instead of FUNC.
 
 If STRING is non-nil, it is a string, and FROM and TO are indices




reply via email to

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