mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(syms_of_buffer) <fill-column>: Doc fix.
This commit is contained in:
parent
2600f4e4f9
commit
1ac5826d93
1 changed files with 2 additions and 1 deletions
|
|
@ -5302,7 +5302,8 @@ nil here means use current buffer's major mode. */);
|
|||
|
||||
DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column,
|
||||
make_number (Lisp_Int),
|
||||
doc: /* *Column beyond which automatic line-wrapping should happen. */);
|
||||
doc: /* *Column beyond which automatic line-wrapping should happen.
|
||||
Interactively, you can set this using \\[set-fill-column]. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin,
|
||||
make_number (Lisp_Int),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue