summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-11 23:17:56 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-11 23:17:56 +0000
commit18fc15909cd15d7c8373d10625ff76a847c99080 (patch)
treebc70204100ee8e6f0dd8d0ef6ac037f2e4067cd0 /src
parent1d3043eba012d530043a0cee61f8162862e078bc (diff)
downloademacs-18fc15909cd15d7c8373d10625ff76a847c99080.tar.gz
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b5f967df286..3f27317dfbf 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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),