From: Dave Love Date: Thu, 4 May 2000 22:00:40 +0000 (+0000) Subject: (syms_of_buffer) [auto-fill-function]: Doc fix. X-Git-Tag: emacs-pretest-21.0.90~4041 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c9a74728b285c85a9161a92bdc9728e12bff952;p=emacs.git (syms_of_buffer) [auto-fill-function]: Doc fix. --- 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."); DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_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.");