comparison src/buffer.c @ 24434:3c42b33fb636

(syms_of_buffer): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Mar 1999 09:16:12 +0000
parents f401b26570a4
children e8b7cb3fac8c
comparison
equal deleted inserted replaced
24433:118e66d79d64 24434:3c42b33fb636
4189 "Non-nil turns on automatic expansion of abbrevs as they are inserted.\n\ 4189 "Non-nil turns on automatic expansion of abbrevs as they are inserted.\n\
4190 Automatically becomes buffer-local when set in any fashion."); 4190 Automatically becomes buffer-local when set in any fashion.");
4191 4191
4192 DEFVAR_PER_BUFFER ("case-fold-search", &current_buffer->case_fold_search, 4192 DEFVAR_PER_BUFFER ("case-fold-search", &current_buffer->case_fold_search,
4193 Qnil, 4193 Qnil,
4194 "*Non-nil if searches should ignore case.\n\ 4194 "*Non-nil if searches and matches should ignore case.\n\
4195 Automatically becomes buffer-local when set in any fashion."); 4195 Automatically becomes buffer-local when set in any fashion.");
4196 4196
4197 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column, 4197 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,
4198 make_number (Lisp_Int), 4198 make_number (Lisp_Int),
4199 "*Column beyond which automatic line-wrapping should happen.\n\ 4199 "*Column beyond which automatic line-wrapping should happen.\n\