changeset 15638:fc00cd5ad30f

(syms_of_buffer): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 11 Jul 1996 23:17:56 +0000
parents 405b1ecbf8ba
children 2ca62609dd67
files src/buffer.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Thu Jul 11 23:13:33 1996 +0000
+++ b/src/buffer.c	Thu Jul 11 23:17:56 1996 +0000
@@ -3686,10 +3686,10 @@
   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 at a column beyond `fill-column'.\n\
+It is called after self-inserting a space or newline.\n\
 Each buffer has its own value of this variable.\n\
-NOTE: This variable is not an ordinary hook;\n\
-It may not be a list of functions.");
+NOTE: This variable is not a hook;\n\
+its value may not be a list of functions.");
 
   DEFVAR_PER_BUFFER ("buffer-file-name", &current_buffer->filename,
 		     make_number (Lisp_String),