diff options
| author | Lars Ingebrigtsen | 2016-04-29 17:54:55 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:09 +0200 |
| commit | 28ef870c7a0936648cb0bc1ae721f2caa575391e (patch) | |
| tree | bc9ad9383e46d65fb993716ff7d494079d02b4c3 | |
| parent | 92559c74ab7e7d0131c4512e22ed292e1f1e7fb6 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 5214 | If nil, region-aware commands treat empty regions as inactive. | 5214 | If nil, region-aware commands treat the empty region as inactive. |
| 5215 | If non-nil, region-aware commands treat the region as active as | 5215 | If non-nil, region-aware commands treat the region as active as |
| 5216 | long as the mark is active, even if the region is empty. | 5216 | long as the mark is active, even if the region is empty. |
| 5217 | 5217 | ||