diff options
| author | Dave Love | 2000-05-11 18:38:29 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-11 18:38:29 +0000 |
| commit | 139f13a7790f7de9f004eefc856ccc73b5da7a2b (patch) | |
| tree | 7cc2f6c671ec75b33f09d07143d443e523c3b0f8 /src/buffer.c | |
| parent | 0ace421a2d9e1f69f139c3316df662a541acbd67 (diff) | |
| download | emacs-139f13a7790f7de9f004eefc856ccc73b5da7a2b.tar.gz emacs-139f13a7790f7de9f004eefc856ccc73b5da7a2b.zip | |
Fix last change.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 23db6c9ac5a..70de1fbc984 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4464,7 +4464,7 @@ Each buffer has its own value of this variable."); | |||
| 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\ |