(syms_of_buffer) <fill-column>: Doc fix.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user