aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-05-04 21:57:05 +0000
committerDave Love2000-05-04 21:57:05 +0000
commit8dd61bafa100bf30e9a268746ffa622c01ebb9c8 (patch)
treeda3b7bc9ec60271571819087e01a8a5d45394ed5 /src
parentec82fb2f408fae09786d3968776a97f85364cead (diff)
downloademacs-8dd61bafa100bf30e9a268746ffa622c01ebb9c8.tar.gz
emacs-8dd61bafa100bf30e9a268746ffa622c01ebb9c8.zip
(syms_of_charset) [auto-fill-chars]: Doc fix.
Diffstat (limited to 'src')
-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'.");
1592 1592
1593 DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars, 1593 DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars,
1594 "A char-table for characters which invoke auto-filling.\n\ 1594 "A char-table for characters which invoke auto-filling.\n\
1595Such characters has value t in this table."); 1595Such characters have value t in this table.");
1596 Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil); 1596 Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil);
1597 CHAR_TABLE_SET (Vauto_fill_chars, make_number (' '), Qt); 1597 CHAR_TABLE_SET (Vauto_fill_chars, make_number (' '), Qt);
1598 CHAR_TABLE_SET (Vauto_fill_chars, make_number ('\n'), Qt); 1598 CHAR_TABLE_SET (Vauto_fill_chars, make_number ('\n'), Qt);