aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/buffer.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a7fd23d43d..20d3fb34034 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12015-02-13 Eli Zaretskii <eliz@gnu.org>
2
3 * buffer.c (syms_of_buffer): Doc fix. (Bug#19841)
4
12015-02-08 Eli Zaretskii <eliz@gnu.org> 52015-02-08 Eli Zaretskii <eliz@gnu.org>
2 6
3 * xfaces.c (map_tty_color): Use assoc_no_quit instead of 7 * xfaces.c (map_tty_color): Use assoc_no_quit instead of
diff --git a/src/buffer.c b/src/buffer.c
index 250d8d24d7b..b3b971633dd 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6242,6 +6242,7 @@ If the buffer has never been shown in a window, the value is nil. */);
6242See the command `transient-mark-mode' for a description of this minor mode. 6242See the command `transient-mark-mode' for a description of this minor mode.
6243 6243
6244Non-nil also enables highlighting of the region whenever the mark is active. 6244Non-nil also enables highlighting of the region whenever the mark is active.
6245The region is highlighted with the `region' face.
6245The variable `highlight-nonselected-windows' controls whether to highlight 6246The variable `highlight-nonselected-windows' controls whether to highlight
6246all windows or just the selected window. 6247all windows or just the selected window.
6247 6248