]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_coding): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:02:51 +0000 (10:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:02:51 +0000 (10:02 +0000)
src/coding.c

index 4de35bee845d0056aeb96d3ed189344e42209783..14d5542dd13031b1ad880cc954c0c310b4b88756 100644 (file)
@@ -7361,7 +7361,7 @@ The default value is `select-safe-coding-system' (which see).");
   DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table,
     "Char-table containing safe coding systems of each characters.\n\
 Each element doesn't include such generic coding systems that can\n\
-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",