diff options
| author | Ćukasz Stelmach | 2019-03-15 22:06:16 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2019-03-22 11:47:36 +0300 |
| commit | 8fa94a1ecc18a41ca2738f438b3fbc817c9fdc82 (patch) | |
| tree | 8b95453244ce2e7a65e252aa8140786bb8bce140 /etc | |
| parent | 09d746dad36e4780d379f975a84b1b076da78c50 (diff) | |
| download | emacs-8fa94a1ecc18a41ca2738f438b3fbc817c9fdc82.tar.gz emacs-8fa94a1ecc18a41ca2738f438b3fbc817c9fdc82.zip | |
If the region is active, join all the lines it spans
* lisp/simple.el (delete-indentation): Join lines in the active region.
(Bug#34796)
* doc/misc/org.texi: Describe the arguments of delete-indentation.
* etc/NEWS: Mention region support in delete-indentation.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -370,6 +370,10 @@ region using a given replacement-function in a non-destructive manner | |||
| 370 | arguments mitigating performance issues when operating on huge | 370 | arguments mitigating performance issues when operating on huge |
| 371 | buffers. | 371 | buffers. |
| 372 | 372 | ||
| 373 | ** The command `delete-indentation` now can operate on the active | ||
| 374 | region | ||
| 375 | |||
| 376 | +++ | ||
| 373 | 377 | ||
| 374 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 378 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 375 | 379 | ||