]> git.eshelyaron.com Git - emacs.git/commitdiff
select-active-regions doc string improvement
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 8 Aug 2022 15:46:21 +0000 (17:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 8 Aug 2022 15:47:07 +0000 (17:47 +0200)
* src/keyboard.c (syms_of_keyboard): Mention
post-select-region-hook.

src/keyboard.c

index 81e73a2833374d23a0db8de184cf539f4155a05b..f8e6ef748dafece642ee6dff6ac7578dd131eecd 100644 (file)
@@ -12950,7 +12950,10 @@ This variable only has an effect 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.  */);
+selection.
+
+If this variable causes the region to be set as the primary selection,
+`post-select-region-hook' is then run afterwards.  */);
   Vselect_active_regions = Qt;
 
   DEFVAR_LISP ("saved-region-selection",