(syms_of_buffer) [auto-fill-function]: Doc fix.
authorDave Love <fx@gnu.org>
Thu, 4 May 2000 22:00:40 +0000 (22:00 +0000)
committerDave Love <fx@gnu.org>
Thu, 4 May 2000 22:00:40 +0000 (22:00 +0000)
src/buffer.c

index ed53a09..23db6c9 100644 (file)
@@ -4464,7 +4464,8 @@ Each buffer has its own value of this variable.");
   DEFVAR_PER_BUFFER ("auto-fill-function", &current_buffer->auto_fill_function,
                     Qnil,
     "Function called (if non-nil) to perform auto-fill.\n\
-It is called after self-inserting a space or newline.\n\
+It is called after self-inserting any character specified in
+the `auto-fill-chars' table.\n\
 Each buffer has its own value of this variable.\n\
 NOTE: This variable is not a hook;\n\
 its value may not be a list of functions.");