aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 371588b3093..332d6d51a81 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6196,6 +6196,7 @@ If the buffer has never been shown in a window, the value is nil. */);
6196See the command `transient-mark-mode' for a description of this minor mode. 6196See the command `transient-mark-mode' for a description of this minor mode.
6197 6197
6198Non-nil also enables highlighting of the region whenever the mark is active. 6198Non-nil also enables highlighting of the region whenever the mark is active.
6199The region is highlighted with the `region' face.
6199The variable `highlight-nonselected-windows' controls whether to highlight 6200The variable `highlight-nonselected-windows' controls whether to highlight
6200all windows or just the selected window. 6201all windows or just the selected window.
6201 6202