comparison src/buffer.c @ 56138:5dde0034a30e

(syms_of_buffer): Clarify `fill-column' docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 16 Jun 2004 22:33:52 +0000
parents dc4797dbcccd
children e9132cd92733
comparison
equal deleted inserted replaced
56137:1dbb83781e3b 56138:5dde0034a30e
5435 doc: /* *Non-nil if searches and matches should ignore case. */); 5435 doc: /* *Non-nil if searches and matches should ignore case. */);
5436 5436
5437 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column, 5437 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,
5438 make_number (Lisp_Int), 5438 make_number (Lisp_Int),
5439 doc: /* *Column beyond which automatic line-wrapping should happen. 5439 doc: /* *Column beyond which automatic line-wrapping should happen.
5440 Interactively, you can set this using \\[set-fill-column]. */); 5440 Interactively, you can set the buffer local value using \\[set-fill-column]. */);
5441 5441
5442 DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin, 5442 DEFVAR_PER_BUFFER ("left-margin", &current_buffer->left_margin,
5443 make_number (Lisp_Int), 5443 make_number (Lisp_Int),
5444 doc: /* *Column for the default indent-line-function to indent to. 5444 doc: /* *Column for the default indent-line-function to indent to.
5445 Linefeed indents to this column in Fundamental mode. */); 5445 Linefeed indents to this column in Fundamental mode. */);