Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 28877:607e317d50b5 | 28878:ea706ac904f0 |
|---|---|
| 4462 Each buffer has its own value of this variable."); | 4462 Each buffer has its own value of this variable."); |
| 4463 | 4463 |
| 4464 DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, | 4464 DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, |
| 4465 Qnil, | 4465 Qnil, |
| 4466 "Function called (if non-nil) to perform auto-fill.\n\ | 4466 "Function called (if non-nil) to perform auto-fill.\n\ |
| 4467 It is called after self-inserting any character specified in | 4467 It is called after self-inserting any character specified in\n\ |
| 4468 the `auto-fill-chars' table.\n\ | 4468 the `auto-fill-chars' table.\n\ |
| 4469 Each buffer has its own value of this variable.\n\ | 4469 Each buffer has its own value of this variable.\n\ |
| 4470 NOTE: This variable is not a hook;\n\ | 4470 NOTE: This variable is not a hook;\n\ |
| 4471 its value may not be a list of functions."); | 4471 its value may not be a list of functions."); |
| 4472 | 4472 |
