Mercurial > emacs
diff src/buffer.c @ 28878:ea706ac904f0
Fix last change.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 11 May 2000 18:38:29 +0000 |
| parents | f35802bc5eaf |
| children | f8bcf3bec2a6 |
line wrap: on
line diff
--- a/src/buffer.c Thu May 11 15:44:54 2000 +0000 +++ b/src/buffer.c Thu May 11 18:38:29 2000 +0000 @@ -4464,7 +4464,7 @@ DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, Qnil, "Function called (if non-nil) to perform auto-fill.\n\ -It is called after self-inserting any character specified in +It is called after self-inserting any character specified in\n\ the `auto-fill-chars' table.\n\ Each buffer has its own value of this variable.\n\ NOTE: This variable is not a hook;\n\
