forked from Github/emacs
Doc tweak
* lisp/simple.el (use-empty-active-region): Doc tweak.
There's only one region (bug#16513).
(cherry picked from commit 35fb7897f1)
This commit is contained in:
parent
92559c74ab
commit
28ef870c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -5211,7 +5211,7 @@ This macro does what `save-excursion' did before Emacs 25.1."
|
|||
|
||||
(defcustom use-empty-active-region nil
|
||||
"Whether \"region-aware\" commands should act on empty regions.
|
||||
If nil, region-aware commands treat empty regions as inactive.
|
||||
If nil, region-aware commands treat the empty region as inactive.
|
||||
If non-nil, region-aware commands treat the region as active as
|
||||
long as the mark is active, even if the region is empty.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue