From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:02:11 +0000 (+0000) Subject: (syms_of_coding): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f90b4fbb22dc4ab6e0d8138b2812b228defb454;p=emacs.git (syms_of_coding): Fix spacing. --- diff --git a/src/coding.c b/src/coding.c index fd0d36e4241..5b7856959a6 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7539,7 +7539,7 @@ The default value is `select-safe-coding-system' (which see). */); 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",