emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog international/mule.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog international/mule.el
Date: Tue, 06 Jan 2009 02:05:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/01/06 02:05:37

Modified files:
        lisp           : ChangeLog 
        lisp/international: mule.el 

Log message:
        * international/mule.el (define-coding-system): Fix typos in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15049&r2=1.15050
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/international/mule.el?cvsroot=emacs&r1=1.278&r2=1.279

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15049
retrieving revision 1.15050
diff -u -b -r1.15049 -r1.15050
--- ChangeLog   5 Jan 2009 21:21:04 -0000       1.15049
+++ ChangeLog   6 Jan 2009 02:05:34 -0000       1.15050
@@ -1,3 +1,7 @@
+2009-01-06  Juanma Barranquero  <address@hidden>
+
+       * international/mule.el (define-coding-system): Fix typos in docstring.
+
 2009-01-05  Alan Mackenzie  <address@hidden>
 
        * progmodes/cc-styles.el (c-setup-paragraph-variables): Ensure

Index: international/mule.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -b -r1.278 -r1.279
--- international/mule.el       5 Jan 2009 03:22:23 -0000       1.278
+++ international/mule.el       6 Jan 2009 02:05:37 -0000       1.279
@@ -50,7 +50,7 @@
 (defvar emacs-mule-charset-table (make-vector 256 nil))
 (aset emacs-mule-charset-table 0 'ascii)
 
-;; Convert the argument of old-style calll of define-charset to a
+;; Convert the argument of old-style call of define-charset to a
 ;; property list used by the new-style.
 ;; INFO-VECTOR is a vector of the format:
 ;;   [DIMENSION CHARS WIDTH DIRECTION ISO-FINAL-CHAR ISO-GRAPHIC-PLANE
@@ -719,9 +719,9 @@
 If the value is t, on decoding, skip the first two-byte as BOM, and on
 encoding, produce BOM bytes accoding to the value of `:endian'.
 
-If the value is cons, on decoding, check the first two-byte.  If theyq
+If the value is cons, on decoding, check the first two-byte.  If they
 are 0xFE 0xFF, use the car part coding system of the value.  If they
-are 0xFF 0xFE, use the car part coding system of the value.
+are 0xFF 0xFE, use the cdr part coding system of the value.
 Otherwise, treat them as bytes for a normal character.  On encoding,
 produce BOM bytes accoding to the value of `:endian'.
 




reply via email to

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