From: Dave Love Date: Thu, 4 May 2000 21:57:05 +0000 (+0000) Subject: (syms_of_charset) [auto-fill-chars]: Doc fix. X-Git-Tag: emacs-pretest-21.0.90~4042 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8dd61bafa100bf30e9a268746ffa622c01ebb9c8;p=emacs.git (syms_of_charset) [auto-fill-chars]: Doc fix. --- diff --git a/src/charset.c b/src/charset.c index 52ba5f28c5f..cea0c57207c 100644 --- a/src/charset.c +++ b/src/charset.c @@ -1592,7 +1592,7 @@ See also the docstring of `make-translation-table'."); DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars, "A char-table for characters which invoke auto-filling.\n\ -Such characters has value t in this table."); +Such characters have value t in this table."); Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil); CHAR_TABLE_SET (Vauto_fill_chars, make_number (' '), Qt); CHAR_TABLE_SET (Vauto_fill_chars, make_number ('\n'), Qt);