]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 11 Jul 1996 23:17:56 +0000 (23:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 11 Jul 1996 23:17:56 +0000 (23:17 +0000)
src/buffer.c

index b5f967df2860bc4160a15404e4d66b65190a0177..3f27317dfbf7f413ca9ace490013f877a822fa5d 100644 (file)
@@ -3686,10 +3686,10 @@ 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 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),