summaryrefslogtreecommitdiff
path: root/src/charset.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-05-04 21:57:05 +0000
committerDave Love <fx@gnu.org>2000-05-04 21:57:05 +0000
commit8dd61bafa100bf30e9a268746ffa622c01ebb9c8 (patch)
treeda3b7bc9ec60271571819087e01a8a5d45394ed5 /src/charset.c
parentec82fb2f408fae09786d3968776a97f85364cead (diff)
downloademacs-8dd61bafa100bf30e9a268746ffa622c01ebb9c8.tar.gz
(syms_of_charset) [auto-fill-chars]: Doc fix.
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c2
1 files changed, 1 insertions, 1 deletions
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);