aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2019-03-22 11:59:11 +0300
committerEli Zaretskii2019-03-22 11:59:11 +0300
commit09c220a5cfb229ef88d1b3e9065951e3368da1e2 (patch)
tree7a95069befb4daf26d15e4c579c0afce83a3dbfc /etc
parent8fa94a1ecc18a41ca2738f438b3fbc817c9fdc82 (diff)
downloademacs-09c220a5cfb229ef88d1b3e9065951e3368da1e2.tar.gz
emacs-09c220a5cfb229ef88d1b3e9065951e3368da1e2.zip
Minor fixes for the last change
* lisp/simple.el (delete-indentation): * doc/emacs/indent.texi (Indentation Commands): * etc/NEWS: Fix last change. (Bug#34796)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7ebc9f29183..9f569a73673 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -370,8 +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 373** The command 'delete-indentation' now operates on the active region.
374region 374If the region is active, the command joins all the lines in the
375region. When there's no active region, the command works on the
376current and the previous or the next line, as before.
375 377
376+++ 378+++
377 379