mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 12:19:37 +00:00
* src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.
This commit is contained in:
parent
e0de9f3295
commit
2443b15a91
1 changed files with 3 additions and 0 deletions
|
@ -5625,6 +5625,9 @@ Use the command `abbrev-mode' to change this variable. */);
|
|||
DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column),
|
||||
Qintegerp,
|
||||
doc: /* Column beyond which automatic line-wrapping should happen.
|
||||
It is used by filling commands, such as `fill-region' and `fill-paragraph',
|
||||
and by `auto-fill-mode', which see.
|
||||
See also `current-fill-column'.
|
||||
Interactively, you can set the buffer local value using \\[set-fill-column]. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue