diff options
| author | Eli Zaretskii | 2022-08-13 18:52:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-08-13 18:52:46 +0300 |
| commit | a1cf3b96f84794b708a9d80281d4e9deadfb610c (patch) | |
| tree | 1ae3360397c9be608b3133e4ad7d8056d72cfba9 /etc | |
| parent | f289a17c068e5486f6d8fa695b4c36bcb9978996 (diff) | |
| download | emacs-a1cf3b96f84794b708a9d80281d4e9deadfb610c.tar.gz emacs-a1cf3b96f84794b708a9d80281d4e9deadfb610c.zip | |
; Fix documentation of 'deactivate-mark'
* src/keyboard.c (syms_of_keyboard):
* etc/NEWS: Fix the documentation of 'deactivate-mark' and its new
value 'dont-save'. (Bug#57147)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -2570,10 +2570,10 @@ patcomp.el, pc-mode.el, pc-select.el, s-region.el, and sregex.el. | |||
| 2570 | * Lisp Changes in Emacs 29.1 | 2570 | * Lisp Changes in Emacs 29.1 |
| 2571 | 2571 | ||
| 2572 | --- | 2572 | --- |
| 2573 | ** New 'dont-save' value of 'deactivate-mark'. | 2573 | ** 'deactivate-mark' can have new value 'dont-save'. |
| 2574 | This value means that Emacs should deactivate the mark as usual, but | 2574 | This value means that Emacs should deactivate the mark as usual, but |
| 2575 | without setting the primary selection should 'select-active-regions' | 2575 | without setting the primary selection, if 'select-active-regions' is |
| 2576 | be enabled. | 2576 | enabled. |
| 2577 | 2577 | ||
| 2578 | +++ | 2578 | +++ |
| 2579 | ** New 'declare' form 'interactive-args'. | 2579 | ** New 'declare' form 'interactive-args'. |