aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorPaul Eggert2015-03-03 14:38:53 -0800
committerPaul Eggert2015-03-03 14:38:53 -0800
commit923602fefbfadd47e0b675d97aa1b28a16971da0 (patch)
tree8f2c148120694da902f3947e8bd097c0d0f469a8 /src/buffer.c
parent1fb87f1f1aa0947ec7b572a0ec1677c18aefc9f0 (diff)
parent0077b36e2ed14e484c1f736496db9314ef7ca177 (diff)
downloademacs-923602fefbfadd47e0b675d97aa1b28a16971da0.tar.gz
emacs-923602fefbfadd47e0b675d97aa1b28a16971da0.zip
Merge from origin/emacs-24
0077b36 # NEWS copyedits 3ca2ff3 * lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version. b85523f * lisp/textmodes/flyspell.el (flyspell-duplicate-distance): decb48d Augment text-mode syntax table for a few special characters 8b3ba7a Improve docs of transient-mark-mode (Bug#19841) 72fd047 NEWS: Add section to include ERC changes a7254bb Improve string search in `flyspell-word-search-*`. (Bug#16800) Conflicts: etc/ChangeLog etc/NEWS lisp/ChangeLog lisp/erc/ChangeLog src/ChangeLog
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