diff options
| author | Karl Heuer | 1996-07-11 23:17:56 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-11 23:17:56 +0000 |
| commit | 54158e68b2ed2a588dbdd8c8a6a5471ddcae9014 (patch) | |
| tree | 04d627b9466f95caaea7c6d2fcb67b9a12d90016 /src/buffer.c | |
| parent | af6fb89dbb44db059c1e911cd64369ad5a5ba887 (diff) | |
| download | emacs-54158e68b2ed2a588dbdd8c8a6a5471ddcae9014.tar.gz emacs-54158e68b2ed2a588dbdd8c8a6a5471ddcae9014.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
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", ¤t_buffer->auto_fill_function, | 3686 | DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_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\ |
| 3689 | It is called after self-inserting a space at a column beyond `fill-column'.\n\ | 3689 | It is called after self-inserting a space or newline.\n\ |
| 3690 | Each buffer has its own value of this variable.\n\ | 3690 | Each buffer has its own value of this variable.\n\ |
| 3691 | NOTE: This variable is not an ordinary hook;\n\ | 3691 | NOTE: This variable is not a hook;\n\ |
| 3692 | It may not be a list of functions."); | 3692 | its value may not be a list of functions."); |
| 3693 | 3693 | ||
| 3694 | DEFVAR_PER_BUFFER ("buffer-file-name", ¤t_buffer->filename, | 3694 | DEFVAR_PER_BUFFER ("buffer-file-name", ¤t_buffer->filename, |
| 3695 | make_number (Lisp_String), | 3695 | make_number (Lisp_String), |