From: Lars Ingebrigtsen Date: Fri, 20 May 2022 09:06:49 +0000 (+0200) Subject: Clarify select-active-regions doc string X-Git-Tag: emacs-29.0.90~1910^2~563 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69f42faa509aa25ffda036c8d1b0f1ee62eb17c5;p=emacs.git Clarify select-active-regions doc string * src/keyboard.c (syms_of_keyboard): Clarify doc string (bug#29889). --- 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",