comparison src/buffer.c @ 28819:f35802bc5eaf

(syms_of_buffer) [auto-fill-function]: Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 04 May 2000 22:00:40 +0000
parents 3c44b2f54f82
children ea706ac904f0
comparison
equal deleted inserted replaced
28818:be580570a9d1 28819:f35802bc5eaf
4462 Each buffer has its own value of this variable."); 4462 Each buffer has its own value of this variable.");
4463 4463
4464 DEFVAR_PER_BUFFER ("auto-fill-function", &current_buffer->auto_fill_function, 4464 DEFVAR_PER_BUFFER ("auto-fill-function", &current_buffer->auto_fill_function,
4465 Qnil, 4465 Qnil,
4466 "Function called (if non-nil) to perform auto-fill.\n\ 4466 "Function called (if non-nil) to perform auto-fill.\n\
4467 It is called after self-inserting a space or newline.\n\ 4467 It is called after self-inserting any character specified in
4468 the `auto-fill-chars' table.\n\
4468 Each buffer has its own value of this variable.\n\ 4469 Each buffer has its own value of this variable.\n\
4469 NOTE: This variable is not a hook;\n\ 4470 NOTE: This variable is not a hook;\n\
4470 its value may not be a list of functions."); 4471 its value may not be a list of functions.");
4471 4472
4472 DEFVAR_PER_BUFFER ("buffer-file-name", &current_buffer->filename, 4473 DEFVAR_PER_BUFFER ("buffer-file-name", &current_buffer->filename,