diff options
| author | Luc Teirlinck | 2004-06-16 22:33:52 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-06-16 22:33:52 +0000 |
| commit | f1ccb32916f5c1ffae612392debe20dc6a1af19b (patch) | |
| tree | d56873b5735e6014f4f90ee28308b65722b2ac79 /src/buffer.c | |
| parent | bbdb2684da7d574fe02dd90eeb53152c847f505b (diff) | |
| download | emacs-f1ccb32916f5c1ffae612392debe20dc6a1af19b.tar.gz emacs-f1ccb32916f5c1ffae612392debe20dc6a1af19b.zip | |
(syms_of_buffer): Clarify `fill-column' docstring.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 532a768ba50..b72695d82bc 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5437,7 +5437,7 @@ nil here means use current buffer's major mode. */); | |||
| 5437 | DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, | 5437 | DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, |
| 5438 | make_number (Lisp_Int), | 5438 | make_number (Lisp_Int), |
| 5439 | doc: /* *Column beyond which automatic line-wrapping should happen. | 5439 | doc: /* *Column beyond which automatic line-wrapping should happen. |
| 5440 | Interactively, you can set this using \\[set-fill-column]. */); | 5440 | Interactively, you can set the buffer local value using \\[set-fill-column]. */); |
| 5441 | 5441 | ||
| 5442 | DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin, | 5442 | DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin, |
| 5443 | make_number (Lisp_Int), | 5443 | make_number (Lisp_Int), |