emacs-diffs
[Top][All Lists]
Advanced

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

master 69f42faa50 1/2: Clarify select-active-regions doc string


From: Lars Ingebrigtsen
Subject: master 69f42faa50 1/2: Clarify select-active-regions doc string
Date: Fri, 20 May 2022 06:05:50 -0400 (EDT)

branch: master
commit 69f42faa509aa25ffda036c8d1b0f1ee62eb17c5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify select-active-regions doc string
    
    * src/keyboard.c (syms_of_keyboard): Clarify doc string (bug#29889).
---
 src/keyboard.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 6c114986b7..481633f92f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12863,11 +12863,12 @@ and tool-bar buttons.  */);
 
   DEFVAR_LISP ("select-active-regions",
               Vselect_active_regions,
-              doc: /* If non-nil, an active region automatically sets the 
primary selection.
-If the value is `only', only temporarily active regions (usually made
-by mouse-dragging or shift-selection) set the window selection.
+              doc: /* If non-nil, any active region automatically sets the 
primary selection.
+This variable only has an effect when Transient Mark mode is enabled.
 
-This takes effect only when Transient Mark mode is enabled.  */);
+If the value is `only', only temporarily active regions (usually made
+by mouse-dragging or shift-selection) set the window system's primary
+selection.  */);
   Vselect_active_regions = Qt;
 
   DEFVAR_LISP ("saved-region-selection",



reply via email to

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