comparison src/buffer.c @ 46864:df9f70dd69a4

(syms_of_buffer) <fill-column>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Aug 2002 17:25:23 +0000
parents 44651cb24a24
children a92cb918558c
comparison
equal deleted inserted replaced
46863:28ae6b9b086e 46864:df9f70dd69a4
5300 Qnil, 5300 Qnil,
5301 doc: /* *Non-nil if searches and matches should ignore case. */); 5301 doc: /* *Non-nil if searches and matches should ignore case. */);
5302 5302
5303 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column, 5303 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,
5304 make_number (Lisp_Int), 5304 make_number (Lisp_Int),
5305 doc: /* *Column beyond which automatic line-wrapping should happen. */); 5305 doc: /* *Column beyond which automatic line-wrapping should happen.
5306 Interactively, you can set this using \\[set-fill-column]. */);
5306 5307
5307 DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin, 5308 DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin,
5308 make_number (Lisp_Int), 5309 make_number (Lisp_Int),
5309 doc: /* *Column for the default indent-line-function to indent to. 5310 doc: /* *Column for the default indent-line-function to indent to.
5310 Linefeed indents to this column in Fundamental mode. */); 5311 Linefeed indents to this column in Fundamental mode. */);