From 8dd61bafa100bf30e9a268746ffa622c01ebb9c8 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 4 May 2000 21:57:05 +0000 Subject: [PATCH] (syms_of_charset) [auto-fill-chars]: Doc fix. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5