emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/character.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/character.c,v
Date: Thu, 23 Oct 2008 08:55:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/10/23 08:55:37

Index: character.c
===================================================================
RCS file: /sources/emacs/emacs/src/character.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- character.c 28 Sep 2008 08:40:23 -0000      1.16
+++ character.c 23 Oct 2008 08:55:37 -0000      1.17
@@ -1107,15 +1107,15 @@
               doc: /* Alist of scripts vs the representative characters.
 Each element is a cons (SCRIPT . CHARS), where SCRIPT is a script name symbol,
 CHARS is a list or a vector of characters.
-If it is a list, all characters in the list is necessary for supporting SCRIPT.
+If it is a list, all characters in the list are necessary for supporting 
SCRIPT.
 If it is a vector, one of the characters in the vector is necessary.
 This variable is used to find a font for a specific script.  */);
   Vscript_representative_chars = Qnil;
 
   DEFVAR_LISP ("unicode-category-table", &Vunicode_category_table,
               doc: /* Char table of Unicode's "General Category".
-All Unicode characters has one of the following values (symbol):
-  Lw, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po,
+All Unicode characters have one of the following values (symbol):
+  Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po,
   Sm, Sc, Sk, So, Zs, Zl, Zp, Cc, Cf, Cs, Co, Cn
 See The Unicode Standard for the meaning of those values.  */);
   /* The correct char-table is setup in characters.el.  */




reply via email to

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