aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 8bc20776957..fb8fa9bc332 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5877,7 +5877,10 @@ all windows or just the selected window.
5877 5877
5878If the value is `lambda', that enables Transient Mark mode temporarily 5878If the value is `lambda', that enables Transient Mark mode temporarily
5879until the next buffer modification. If a command sets the value to `only', 5879until the next buffer modification. If a command sets the value to `only',
5880that enables Transient Mark mode for the following command only. */); 5880that enables Transient Mark mode for the following command only.
5881During that following command, the value of `transient-mark-mode'
5882is `identity'. If it is still `identity' at the end of that command,
5883it changes to nil. */);
5881 Vtransient_mark_mode = Qnil; 5884 Vtransient_mark_mode = Qnil;
5882 5885
5883 DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, 5886 DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,