diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 92ed405b6f7..5433c80edb0 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5625,6 +5625,9 @@ Use the command `abbrev-mode' to change this variable. */); | |||
| 5625 | DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column), | 5625 | DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column), |
| 5626 | Qintegerp, | 5626 | Qintegerp, |
| 5627 | doc: /* Column beyond which automatic line-wrapping should happen. | 5627 | doc: /* Column beyond which automatic line-wrapping should happen. |
| 5628 | It is used by filling commands, such as `fill-region' and `fill-paragraph', | ||
| 5629 | and by `auto-fill-mode', which see. | ||
| 5630 | See also `current-fill-column'. | ||
| 5628 | Interactively, you can set the buffer local value using \\[set-fill-column]. */); | 5631 | Interactively, you can set the buffer local value using \\[set-fill-column]. */); |
| 5629 | 5632 | ||
| 5630 | DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin), | 5633 | DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin), |