aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKarl Heuer1996-07-11 23:17:56 +0000
committerKarl Heuer1996-07-11 23:17:56 +0000
commit54158e68b2ed2a588dbdd8c8a6a5471ddcae9014 (patch)
tree04d627b9466f95caaea7c6d2fcb67b9a12d90016 /src/buffer.c
parentaf6fb89dbb44db059c1e911cd64369ad5a5ba887 (diff)
downloademacs-54158e68b2ed2a588dbdd8c8a6a5471ddcae9014.tar.gz
emacs-54158e68b2ed2a588dbdd8c8a6a5471ddcae9014.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-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.");
3686 DEFVAR_PER_BUFFER ("auto-fill-function", &current_buffer->auto_fill_function, 3686 DEFVAR_PER_BUFFER ("auto-fill-function", &current_buffer->auto_fill_function,
3687 Qnil, 3687 Qnil,
3688 "Function called (if non-nil) to perform auto-fill.\n\ 3688 "Function called (if non-nil) to perform auto-fill.\n\
3689It is called after self-inserting a space at a column beyond `fill-column'.\n\ 3689It is called after self-inserting a space or newline.\n\
3690Each buffer has its own value of this variable.\n\ 3690Each buffer has its own value of this variable.\n\
3691NOTE: This variable is not an ordinary hook;\n\ 3691NOTE: This variable is not a hook;\n\
3692It may not be a list of functions."); 3692its value may not be a list of functions.");
3693 3693
3694 DEFVAR_PER_BUFFER ("buffer-file-name", &current_buffer->filename, 3694 DEFVAR_PER_BUFFER ("buffer-file-name", &current_buffer->filename,
3695 make_number (Lisp_String), 3695 make_number (Lisp_String),