aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-29 17:54:55 +0200
committerLars Ingebrigtsen2016-05-01 19:27:09 +0200
commit28ef870c7a0936648cb0bc1ae721f2caa575391e (patch)
treebc9ad9383e46d65fb993716ff7d494079d02b4c3
parent92559c74ab7e7d0131c4512e22ed292e1f1e7fb6 (diff)
downloademacs-28ef870c7a0936648cb0bc1ae721f2caa575391e.tar.gz
emacs-28ef870c7a0936648cb0bc1ae721f2caa575391e.zip
Doc tweak
* lisp/simple.el (use-empty-active-region): Doc tweak. There's only one region (bug#16513). (cherry picked from commit 35fb7897f161d5e5a87e039dc1e427094640b0c8)
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index d7743eea596..8965eb716be 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5211,7 +5211,7 @@ This macro does what `save-excursion' did before Emacs 25.1."
5211 5211
5212(defcustom use-empty-active-region nil 5212(defcustom use-empty-active-region nil
5213 "Whether \"region-aware\" commands should act on empty regions. 5213 "Whether \"region-aware\" commands should act on empty regions.
5214If nil, region-aware commands treat empty regions as inactive. 5214If nil, region-aware commands treat the empty region as inactive.
5215If non-nil, region-aware commands treat the region as active as 5215If non-nil, region-aware commands treat the region as active as
5216long as the mark is active, even if the region is empty. 5216long as the mark is active, even if the region is empty.
5217 5217