changeset 47274:ff3c709c7ef1

(syms_of_coding): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 09:02:11 +0000
parents 12fe61d27bf2
children 49ac77cddafb
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Fri Sep 06 07:22:02 2002 +0000
+++ b/src/coding.c	Fri Sep 06 09:02:11 2002 +0000
@@ -7539,7 +7539,7 @@
   DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table,
 	       doc: /* Char-table containing safe coding systems of each characters.
 Each element doesn't include such generic coding systems that can
-encode any characters.   They are in the first extra slot.  */);
+encode any characters.  They are in the first extra slot.  */);
   Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil);
 
   DEFVAR_BOOL ("inhibit-iso-escape-detection",