mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
select-active-regions doc string improvement
* src/keyboard.c (syms_of_keyboard): Mention post-select-region-hook.
This commit is contained in:
parent
b40def9644
commit
27e1568967
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue