(syms_of_charset) [auto-fill-chars]: Doc fix.
authorDave Love <fx@gnu.org>
Thu, 4 May 2000 21:57:05 +0000 (21:57 +0000)
committerDave Love <fx@gnu.org>
Thu, 4 May 2000 21:57:05 +0000 (21:57 +0000)
src/charset.c

index 52ba5f2..cea0c57 100644 (file)
@@ -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);