emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 35fb789: Doc tweak


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 35fb789: Doc tweak
Date: Fri, 29 Apr 2016 15:55:12 +0000

branch: master
commit 35fb7897f161d5e5a87e039dc1e427094640b0c8
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc tweak
    
    * lisp/simple.el (use-empty-active-region): Doc tweak.
    There's only one region (bug#16513).
---
 lisp/simple.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 595eba3..cb4ddc6 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]