diff options
author | Dave Love <fx@gnu.org> | 2000-05-04 21:57:05 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-05-04 21:57:05 +0000 |
commit | 8dd61bafa100bf30e9a268746ffa622c01ebb9c8 (patch) | |
tree | da3b7bc9ec60271571819087e01a8a5d45394ed5 /src/charset.c | |
parent | ec82fb2f408fae09786d3968776a97f85364cead (diff) | |
download | emacs-8dd61bafa100bf30e9a268746ffa622c01ebb9c8.tar.gz |
(syms_of_charset) [auto-fill-chars]: Doc fix.
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 2 |
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); |