]> code.delx.au - gnu-emacs/commitdiff
Doc tweak
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Apr 2016 15:54:55 +0000 (17:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Apr 2016 15:54:55 +0000 (17:54 +0200)
* lisp/simple.el (use-empty-active-region): Doc tweak.
There's only one region (bug#16513).

lisp/simple.el

index 595eba3129bdd7bb9df05e2bf870274229a798f5..cb4ddc6c3e2f7e751c2e2773f6f5e2d3d192f403 100644 (file)
@@ -5218,7 +5218,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.