comparison src/buffer.c @ 11112:20ff2eaa8bf8

(syms_of_buffer): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Fri, 24 Mar 1995 03:19:16 +0000
parents e1b4b0d66bf3
children b880572ce431
comparison
equal deleted inserted replaced
11111:e3022a32d11d 11112:20ff2eaa8bf8
3304 "Invisibility spec of this buffer.\n\ 3304 "Invisibility spec of this buffer.\n\
3305 The default is t, which means that text is invisible\n\ 3305 The default is t, which means that text is invisible\n\
3306 if it has a non-nil `invisible' property.\n\ 3306 if it has a non-nil `invisible' property.\n\
3307 If the value is a list, a text character is invisible if its `invisible'\n\ 3307 If the value is a list, a text character is invisible if its `invisible'\n\
3308 property is an element in that list.\n\ 3308 property is an element in that list.\n\
3309 If an element is a cons cell of the for (PROP . ELLIPSIS),\n\ 3309 If an element is a cons cell of the form (PROP . ELLIPSIS),\n\
3310 then characters with property value PROP is invisible,\n\ 3310 then characters with property value PROP are invisible,\n\
3311 and they have an ellipsis as well if ELLIPSIS is non-nil."); 3311 and they have an ellipsis as well if ELLIPSIS is non-nil.");
3312 3312
3313 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, 3313 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode,
3314 "*Non-nil means deactivate the mark when the buffer contents change."); 3314 "*Non-nil means deactivate the mark when the buffer contents change.");
3315 Vtransient_mark_mode = Qnil; 3315 Vtransient_mark_mode = Qnil;