comparison src/buffer.c @ 18009:7c256846be75

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 May 1997 04:58:36 +0000
parents f379e219ed8e
children bc690c1e1950
comparison
equal deleted inserted replaced
18008:d25d2472df51 18009:7c256846be75
3887 "*Distance between tab stops (for display of tab characters), in columns.\n\ 3887 "*Distance between tab stops (for display of tab characters), in columns.\n\
3888 Automatically becomes buffer-local when set in any fashion."); 3888 Automatically becomes buffer-local when set in any fashion.");
3889 3889
3890 DEFVAR_PER_BUFFER ("ctl-arrow", &current_buffer->ctl_arrow, Qnil, 3890 DEFVAR_PER_BUFFER ("ctl-arrow", &current_buffer->ctl_arrow, Qnil,
3891 "*Non-nil means display control chars with uparrow.\n\ 3891 "*Non-nil means display control chars with uparrow.\n\
3892 Nil means use backslash and octal digits.\n\ 3892 A value of nil means use backslash and octal digits.\n\
3893 Automatically becomes buffer-local when set in any fashion.\n\ 3893 Automatically becomes buffer-local when set in any fashion.\n\
3894 This variable does not apply to characters whose display is specified\n\ 3894 This variable does not apply to characters whose display is specified\n\
3895 in the current display table (if there is one)."); 3895 in the current display table (if there is one).");
3896 3896
3897 DEFVAR_PER_BUFFER ("enable-multibyte-characters", 3897 DEFVAR_PER_BUFFER ("enable-multibyte-characters",