diff options
Diffstat (limited to 'src')
| -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'."); | |||
| 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\ |
| 1595 | Such characters has value t in this table."); | 1595 | Such 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); |