From: Juanma Barranquero Date: Fri, 6 Sep 2002 10:02:51 +0000 (+0000) Subject: (syms_of_coding): Fix spacing. X-Git-Tag: emacs-pretest-21.2.91~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c3bbdfd177b1f1ee5ca7fdcd65100c1d41ce28b;p=emacs.git (syms_of_coding): Fix spacing. --- diff --git a/src/coding.c b/src/coding.c index 4de35bee845..14d5542dd13 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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",