diff options
| author | Lars Ingebrigtsen | 2016-04-29 17:54:55 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-29 17:54:55 +0200 |
| commit | 35fb7897f161d5e5a87e039dc1e427094640b0c8 (patch) | |
| tree | 5776cfc7c1b2f932dffb818d75e70cc0a82a6067 | |
| parent | b01dac19fba2e018100051c7b80b633727db555e (diff) | |
| download | emacs-35fb7897f161d5e5a87e039dc1e427094640b0c8.tar.gz emacs-35fb7897f161d5e5a87e039dc1e427094640b0c8.zip | |
Doc tweak
* lisp/simple.el (use-empty-active-region): Doc tweak.
There's only one region (bug#16513).
| -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 595eba3129b..cb4ddc6c3e2 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -5218,7 +5218,7 @@ This macro does what `save-excursion' did before Emacs 25.1." | |||
| 5218 | 5218 | ||
| 5219 | (defcustom use-empty-active-region nil | 5219 | (defcustom use-empty-active-region nil |
| 5220 | "Whether \"region-aware\" commands should act on empty regions. | 5220 | "Whether \"region-aware\" commands should act on empty regions. |
| 5221 | If nil, region-aware commands treat empty regions as inactive. | 5221 | If nil, region-aware commands treat the empty region as inactive. |
| 5222 | If non-nil, region-aware commands treat the region as active as | 5222 | If non-nil, region-aware commands treat the region as active as |
| 5223 | long as the mark is active, even if the region is empty. | 5223 | long as the mark is active, even if the region is empty. |
| 5224 | 5224 | ||