aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c6
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", &current_buffer->auto_fill_function, 3686 DEFVAR_PER_BUFFER ("auto-fill-function", &current_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\
3689It is called after self-inserting a space at a column beyond `fill-column'.\n\ 3689It is called after self-inserting a space or newline.\n\
3690Each buffer has its own value of this variable.\n\ 3690Each buffer has its own value of this variable.\n\
3691NOTE: This variable is not an ordinary hook;\n\ 3691NOTE: This variable is not a hook;\n\
3692It may not be a list of functions."); 3692its value may not be a list of functions.");
3693 3693
3694 DEFVAR_PER_BUFFER ("buffer-file-name", &current_buffer->filename, 3694 DEFVAR_PER_BUFFER ("buffer-file-name", &current_buffer->filename,
3695 make_number (Lisp_String), 3695 make_number (Lisp_String),