diff options
| author | Lars Ingebrigtsen | 2022-08-08 17:46:21 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-08-08 17:47:07 +0200 |
| commit | 27e1568967bd571e4e3da31f78ff3bb912865bc9 (patch) | |
| tree | f0ab1f093920e67c14ca87bca5398e514fa6e277 /src | |
| parent | b40def964414a5a3fab1da53a0f7cda2f87fc28f (diff) | |
| download | emacs-27e1568967bd571e4e3da31f78ff3bb912865bc9.tar.gz emacs-27e1568967bd571e4e3da31f78ff3bb912865bc9.zip | |
select-active-regions doc string improvement
* src/keyboard.c (syms_of_keyboard): Mention
post-select-region-hook.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 81e73a28333..f8e6ef748da 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -12950,7 +12950,10 @@ This variable only has an effect when Transient Mark mode is enabled. | |||
| 12950 | 12950 | ||
| 12951 | If the value is `only', only temporarily active regions (usually made | 12951 | If the value is `only', only temporarily active regions (usually made |
| 12952 | by mouse-dragging or shift-selection) set the window system's primary | 12952 | by mouse-dragging or shift-selection) set the window system's primary |
| 12953 | selection. */); | 12953 | selection. |
| 12954 | |||
| 12955 | If this variable causes the region to be set as the primary selection, | ||
| 12956 | `post-select-region-hook' is then run afterwards. */); | ||
| 12954 | Vselect_active_regions = Qt; | 12957 | Vselect_active_regions = Qt; |
| 12955 | 12958 | ||
| 12956 | DEFVAR_LISP ("saved-region-selection", | 12959 | DEFVAR_LISP ("saved-region-selection", |