# HG changeset patch # User Dave Love # Date 957477425 0 # Node ID be580570a9d10dfb41f47fe9e618b7bd9b4fef22 # Parent 0c88826ad7fd3f664460e255ab0d4873d144c8c8 (syms_of_charset) [auto-fill-chars]: Doc fix. diff -r 0c88826ad7fd -r be580570a9d1 src/charset.c --- a/src/charset.c Thu May 04 21:52:38 2000 +0000 +++ b/src/charset.c Thu May 04 21:57:05 2000 +0000 @@ -1592,7 +1592,7 @@ 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);