Mercurial > emacs
changeset 28818:be580570a9d1
(syms_of_charset) [auto-fill-chars]: Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 04 May 2000 21:57:05 +0000 |
parents | 0c88826ad7fd |
children | f35802bc5eaf |
files | src/charset.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Thu May 04 21:52:38 2000 +0000 +++ b/src/charset.c Thu May 04 21:57:05 2000 +0000 @@ -1592,7 +1592,7 @@ 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);