From 69f42faa509aa25ffda036c8d1b0f1ee62eb17c5 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 20 May 2022 11:06:49 +0200 Subject: [PATCH] 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 6c114986b7e..481633f92fe 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", -- 2.39.2