emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101439: Fix typos in comments and Ch


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101439: Fix typos in comments and ChangeLogs.
Date: Tue, 14 Sep 2010 22:32:35 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101439
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2010-09-14 22:32:35 +0200
message:
  Fix typos in comments and ChangeLogs.
modified:
  admin/unidata/unidata-gen.el
  lisp/international/ucs-normalize.el
  lisp/language/hebrew.el
  src/ChangeLog
  src/ChangeLog.10
  src/ChangeLog.8
  src/buffer.c
  src/charset.c
  src/editfns.c
=== modified file 'admin/unidata/unidata-gen.el'
--- a/admin/unidata/unidata-gen.el      2010-01-13 08:35:10 +0000
+++ b/admin/unidata/unidata-gen.el      2010-09-14 20:32:35 +0000
@@ -95,7 +95,7 @@
     (with-temp-buffer
       ;; Insert a file of this format:
       ;;   (CHAR NAME CATEGORY ...)
-      ;; where CHAR is a charater code, the following elements are strings
+      ;; where CHAR is a character code, the following elements are strings
       ;; representing character properties.
       (insert-file-contents unidata-text-file)
       (goto-char (point-min))

=== modified file 'lisp/international/ucs-normalize.el'
--- a/lisp/international/ucs-normalize.el       2010-01-13 08:35:10 +0000
+++ b/lisp/international/ucs-normalize.el       2010-09-14 20:32:35 +0000
@@ -100,7 +100,7 @@
 ;; D. Sorting and Composition  of Smaller Blocks 
(`ucs-normalize-block-compose-chars')
 ;;
 ;;    The block will be split to multiple samller blocks by starter
-;;    charcters.  Each block is sorted, and composed if necessary.
+;;    characters.  Each block is sorted, and composed if necessary.
 ;;
 ;; E. Composition of Entire Block (`ucs-normalize-compose-chars')
 ;;

=== modified file 'lisp/language/hebrew.el'
--- a/lisp/language/hebrew.el   2010-08-10 01:20:58 +0000
+++ b/lisp/language/hebrew.el   2010-09-14 20:32:35 +0000
@@ -88,14 +88,14 @@
 ;; corresponding glyph of FONT-OBJECT.
 (defun hebrew-font-get-precomposed (font-object)
   (let ((precomposed (font-get font-object 'hebrew-precomposed))
-       ;; Vector of Hebrew precomposed charaters.
+       ;; Vector of Hebrew precomposed characters.
        (chars [#xFB2A #xFB2B #xFB2C #xFB2D #xFB2E #xFB2F #xFB30 #xFB31
                #xFB32 #xFB33 #xFB34 #xFB35 #xFB36 #xFB38 #xFB39 #xFB3A
                #xFB3B #xFB3C #xFB3E #xFB40 #xFB41 #xFB43 #xFB44 #xFB46
                #xFB47 #xFB48 #xFB49 #xFB4A #xFB4B #xFB4C #xFB4D #xFB4E])
        ;; Vector of decomposition character sequences corresponding
        ;; to the above vector.
-       (decomposed 
+       (decomposed
         [[#x05E9 #x05C1]
          [#x05E9 #x05C2]
          [#x05E9 #x05BC #x05C1]

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-14 20:17:28 +0000
+++ b/src/ChangeLog     2010-09-14 20:32:35 +0000
@@ -20307,7 +20307,7 @@
 
        * search.c (search_buffer): Give up BM search on case-fold-search
        if one of a target character has a case-equivalence of different
-       byte length even if that target charcter is an ASCII.
+       byte length even if that target character is an ASCII.
        (simple_search): Fix calculation of byte length of matched text.
        (boyer_moore): Fix handling of case-equivalent multibyte characters.
 

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2010-07-24 11:53:19 +0000
+++ b/src/ChangeLog.10  2010-09-14 20:32:35 +0000
@@ -6914,7 +6914,7 @@
 
        * search.c (search_buffer): Give up BM search on case-fold-search
        if one of a target character has a case-equivalence of different
-       charset even if that target charcter is an ASCII.
+       charset even if that target character is an ASCII.
 
        * casefiddle.c (casify_object): Fix for the case that case
        conversion change the byte length.

=== modified file 'src/ChangeLog.8'
--- a/src/ChangeLog.8   2010-05-28 03:52:19 +0000
+++ b/src/ChangeLog.8   2010-09-14 20:32:35 +0000
@@ -13869,10 +13869,10 @@
 1998-08-31  Kenichi Handa  <address@hidden>
 
        * charset.c (unibyte_char_to_multibyte):
-       Vnonacii_translation_table will convert a 7-bit charcater.
+       Vnonacii_translation_table will convert a 7-bit character.
        (multibyte_char_to_unibyte): Handle the case that
-       Vnonacii_translation_table converts a multibyte charcater to a
-       unibyte charcter of less than 128.
+       Vnonacii_translation_table converts a multibyte character to a
+       unibyte character of less than 128.
        (init_charset_once): Initialize nonascii_insert_offset and
        Vnonacii_translation_table.
 

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2010-08-09 09:35:21 +0000
+++ b/src/buffer.c      2010-09-14 20:32:35 +0000
@@ -2345,7 +2345,7 @@
            {
              c = STRING_CHAR_AND_LENGTH (p, bytes);
              /* Delete all bytes for this 8-bit character but the
-                last one, and change the last one to the charcter
+                last one, and change the last one to the character
                 code.  */
              bytes--;
              del_range_2 (pos, pos, pos + bytes, pos + bytes, 0);

=== modified file 'src/charset.c'
--- a/src/charset.c     2010-08-08 21:15:44 +0000
+++ b/src/charset.c     2010-09-14 20:32:35 +0000
@@ -427,7 +427,7 @@
 
 
 /* Read a hexadecimal number (preceded by "0x") from the file FP while
-   paying attention to comment charcter '#'.  */
+   paying attention to comment character '#'.  */
 
 static INLINE unsigned
 read_hex (FILE *fp, int *eof)

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2010-08-09 09:35:21 +0000
+++ b/src/editfns.c     2010-09-14 20:32:35 +0000
@@ -3517,7 +3517,7 @@
   int multibyte = 0;
   /* When we make a multibyte string, we must pay attention to the
      byte combining problem, i.e., a byte may be combined with a
-     multibyte charcter of the previous string.  This flag tells if we
+     multibyte character of the previous string.  This flag tells if we
      must consider such a situation or not.  */
   int maybe_combine_byte;
   unsigned char *this_format;


reply via email to

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