diff options
| author | Dave Love | 2000-05-04 22:00:40 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-04 22:00:40 +0000 |
| commit | 6c9a74728b285c85a9161a92bdc9728e12bff952 (patch) | |
| tree | f55920152884c3312abee16180b3ba610a74a130 /src/buffer.c | |
| parent | 8dd61bafa100bf30e9a268746ffa622c01ebb9c8 (diff) | |
| download | emacs-6c9a74728b285c85a9161a92bdc9728e12bff952.tar.gz emacs-6c9a74728b285c85a9161a92bdc9728e12bff952.zip | |
(syms_of_buffer) [auto-fill-function]: Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index ed53a09faa8..23db6c9ac5a 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4464,7 +4464,8 @@ 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 a space or newline.\n\ | 4467 | It is called after self-inserting any character specified in |
| 4468 | the `auto-fill-chars' table.\n\ | ||
| 4468 | Each buffer has its own value of this variable.\n\ | 4469 | Each buffer has its own value of this variable.\n\ |
| 4469 | NOTE: This variable is not a hook;\n\ | 4470 | NOTE: This variable is not a hook;\n\ |
| 4470 | its value may not be a list of functions."); | 4471 | its value may not be a list of functions."); |