aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.h4
-rw-r--r--src/coding.c2
-rw-r--r--src/emacs.c2
-rw-r--r--src/xdisp.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/charset.h b/src/charset.h
index 17331f2495b..a3989d9623b 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -155,7 +155,7 @@ extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */
155 Emacs has two kinds of representation of a character: multi-byte 155 Emacs has two kinds of representation of a character: multi-byte
156 form (for buffer and string) and single-word form (for character 156 form (for buffer and string) and single-word form (for character
157 object in Emacs Lisp). The latter is called "character code" here 157 object in Emacs Lisp). The latter is called "character code" here
158 after. Both representation encode the information of charset and 158 after. Both representations encode the information of charset and
159 POSITION-CODE but in a different way (for instance, MSB of 159 POSITION-CODE but in a different way (for instance, MSB of
160 POSITION-CODE is set in multi-byte form). 160 POSITION-CODE is set in multi-byte form).
161 161
@@ -197,7 +197,7 @@ extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */
197/*** GENERAL NOTE on COMPOSITE CHARACTER *** 197/*** GENERAL NOTE on COMPOSITE CHARACTER ***
198 198
199 A composite character is a character composed from several (up to 199 A composite character is a character composed from several (up to
200 16) non-composite characters (components). Although each components 200 16) non-composite characters (components). Although each component
201 can belong to any charset, a composite character itself belongs to 201 can belong to any charset, a composite character itself belongs to
202 the charset `charset-composition' and is assigned a special 202 the charset `charset-composition' and is assigned a special
203 leading-code `LEADING_CODE_COMPOSITION' for multi-byte form. See 203 leading-code `LEADING_CODE_COMPOSITION' for multi-byte form. See
diff --git a/src/coding.c b/src/coding.c
index f6945d07308..2a986fd1d4e 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -315,7 +315,7 @@ Lisp_Object Vcoding_system_for_write;
315Lisp_Object Vlast_coding_system_used; 315Lisp_Object Vlast_coding_system_used;
316 316
317/* A vector of length 256 which contains information about special 317/* A vector of length 256 which contains information about special
318 Latin codes (espepcially for dealing with Microsoft code). */ 318 Latin codes (especially for dealing with Microsoft codes). */
319Lisp_Object Vlatin_extra_code_table; 319Lisp_Object Vlatin_extra_code_table;
320 320
321/* Flag to inhibit code conversion of end-of-line format. */ 321/* Flag to inhibit code conversion of end-of-line format. */
diff --git a/src/emacs.c b/src/emacs.c
index 3a1e0f2b5ff..671c6eb4b62 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -599,7 +599,7 @@ main (argc, argv, envp)
599 printf ("You may redistribute copies of Emacs\n"); 599 printf ("You may redistribute copies of Emacs\n");
600 printf ("under the terms of the GNU General Public License.\n"); 600 printf ("under the terms of the GNU General Public License.\n");
601 printf ("For more information about these matters, "); 601 printf ("For more information about these matters, ");
602 printf ("see the files named COPYING.\n"); 602 printf ("see the file named COPYING.\n");
603 exit (0); 603 exit (0);
604 } 604 }
605 } 605 }
diff --git a/src/xdisp.c b/src/xdisp.c
index 365b172c8a4..6a14f44d775 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -3797,7 +3797,7 @@ display_text_line (w, start, start_byte, vpos, hpos, taboffset, ovstr_done)
3797 else 3797 else
3798 { 3798 {
3799 /* C is a multibyte character or a character to be displayed 3799 /* C is a multibyte character or a character to be displayed
3800 by octral form. */ 3800 by octal form. */
3801 int remaining_bytes = len; 3801 int remaining_bytes = len;
3802 3802
3803 if (c >= 0400) 3803 if (c >= 0400)