diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index b5f967df286..3f27317dfbf 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3686,10 +3686,10 @@ Each buffer has its own value of this variable."); | |||
| 3686 | DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, | 3686 | DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, |
| 3687 | Qnil, | 3687 | Qnil, |
| 3688 | "Function called (if non-nil) to perform auto-fill.\n\ | 3688 | "Function called (if non-nil) to perform auto-fill.\n\ |
| 3689 | It is called after self-inserting a space at a column beyond `fill-column'.\n\ | 3689 | It is called after self-inserting a space or newline.\n\ |
| 3690 | Each buffer has its own value of this variable.\n\ | 3690 | Each buffer has its own value of this variable.\n\ |
| 3691 | NOTE: This variable is not an ordinary hook;\n\ | 3691 | NOTE: This variable is not a hook;\n\ |
| 3692 | It may not be a list of functions."); | 3692 | its value may not be a list of functions."); |
| 3693 | 3693 | ||
| 3694 | DEFVAR_PER_BUFFER ("buffer-file-name", ¤t_buffer->filename, | 3694 | DEFVAR_PER_BUFFER ("buffer-file-name", ¤t_buffer->filename, |
| 3695 | make_number (Lisp_String), | 3695 | make_number (Lisp_String), |