diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/buffer.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2609ed7dd01..7a30c6e897a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * buffer.c (syms_of_buffer): Doc fix. (Bug#19841) | ||
| 4 | |||
| 5 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 3 | * xfaces.c (map_tty_color): Use assoc_no_quit instead of | 8 | * xfaces.c (map_tty_color): Use assoc_no_quit instead of |
| 4 | assq_no_quit to fetch color definition by its string name. | 9 | assq_no_quit to fetch color definition by its string name. |
| 5 | (Bug#19802) | 10 | (Bug#19802) |
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. */); | |||
| 6196 | See the command `transient-mark-mode' for a description of this minor mode. | 6196 | See the command `transient-mark-mode' for a description of this minor mode. |
| 6197 | 6197 | ||
| 6198 | Non-nil also enables highlighting of the region whenever the mark is active. | 6198 | Non-nil also enables highlighting of the region whenever the mark is active. |
| 6199 | The region is highlighted with the `region' face. | ||
| 6199 | The variable `highlight-nonselected-windows' controls whether to highlight | 6200 | The variable `highlight-nonselected-windows' controls whether to highlight |
| 6200 | all windows or just the selected window. | 6201 | all windows or just the selected window. |
| 6201 | 6202 | ||