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 241f2d43a93..4fd2b0c8b17 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5645,6 +5645,9 @@ Use the command `abbrev-mode' to change this variable. */); | |||
| 5645 | DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column), | 5645 | DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column), |
| 5646 | Qintegerp, | 5646 | Qintegerp, |
| 5647 | doc: /* Column beyond which automatic line-wrapping should happen. | 5647 | doc: /* Column beyond which automatic line-wrapping should happen. |
| 5648 | It is used by filling commands, such as `fill-region' and `fill-paragraph', | ||
| 5649 | and by `auto-fill-mode', which see. | ||
| 5650 | See also `current-fill-column'. | ||
| 5648 | Interactively, you can set the buffer local value using \\[set-fill-column]. */); | 5651 | Interactively, you can set the buffer local value using \\[set-fill-column]. */); |
| 5649 | 5652 | ||
| 5650 | DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin), | 5653 | DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin), |