comparison src/buffer.c @ 16665:195f7cf6a9f3

(syms_of_buffer): Doc fix (transient-mark-mode).
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Dec 1996 01:07:41 +0000
parents 4ec13b05b0fa
children 4792e73d511f
comparison
equal deleted inserted replaced
16664:f67402af7555 16665:195f7cf6a9f3
4026 If an element is a cons cell of the form (PROP . ELLIPSIS),\n\ 4026 If an element is a cons cell of the form (PROP . ELLIPSIS),\n\
4027 then characters with property value PROP are invisible,\n\ 4027 then characters with property value PROP are invisible,\n\
4028 and they have an ellipsis as well if ELLIPSIS is non-nil."); 4028 and they have an ellipsis as well if ELLIPSIS is non-nil.");
4029 4029
4030 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, 4030 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode,
4031 "*Non-nil means deactivate the mark when the buffer contents change."); 4031 "*Non-nil means deactivate the mark when the buffer contents change.\n\
4032 Non-nil also enables highlighting of the region whenever the mark is active.\n\
4033 The variable `highlight-nonselected-windows' controls whether to highlight\n\
4034 all windows or just the selected window.");
4032 Vtransient_mark_mode = Qnil; 4035 Vtransient_mark_mode = Qnil;
4033 4036
4034 DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, 4037 DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,
4035 "*Non-nil means disregard read-only status of buffers or characters.\n\ 4038 "*Non-nil means disregard read-only status of buffers or characters.\n\
4036 If the value is t, disregard `buffer-read-only' and all `read-only'\n\ 4039 If the value is t, disregard `buffer-read-only' and all `read-only'\n\