aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorƁukasz Stelmach2019-03-15 22:06:16 +0100
committerEli Zaretskii2019-03-22 11:47:36 +0300
commit8fa94a1ecc18a41ca2738f438b3fbc817c9fdc82 (patch)
tree8b95453244ce2e7a65e252aa8140786bb8bce140 /etc
parent09d746dad36e4780d379f975a84b1b076da78c50 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3380be75f9c..7ebc9f29183 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -370,6 +370,10 @@ region using a given replacement-function in a non-destructive manner
370arguments mitigating performance issues when operating on huge 370arguments mitigating performance issues when operating on huge
371buffers. 371buffers.
372 372
373** The command `delete-indentation` now can operate on the active
374region
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