aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buffer.c2
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", &current_buffer->auto_fill_function, 4464 DEFVAR_PER_BUFFER ("auto-fill-function", &current_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\
4467It is called after self-inserting any character specified in 4467It is called after self-inserting any character specified in\n\
4468the `auto-fill-chars' table.\n\ 4468the `auto-fill-chars' table.\n\
4469Each buffer has its own value of this variable.\n\ 4469Each buffer has its own value of this variable.\n\
4470NOTE: This variable is not a hook;\n\ 4470NOTE: This variable is not a hook;\n\