1
Fork 0
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:
Richard M. Stallman 2002-08-12 17:25:23 +00:00
parent 2600f4e4f9
commit 1ac5826d93

View file

@ -5302,7 +5302,8 @@ nil here means use current buffer's major mode. */);
DEFVAR_PER_BUFFER ("fill-column", &current_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", &current_buffer->left_margin,
make_number (Lisp_Int),