aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2019-03-22 11:59:11 +0300
committerEli Zaretskii2019-03-22 11:59:11 +0300
commit09c220a5cfb229ef88d1b3e9065951e3368da1e2 (patch)
tree7a95069befb4daf26d15e4c579c0afce83a3dbfc /doc
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 'doc')
-rw-r--r--doc/emacs/indent.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index 61cf7332b5c..5f40acba151 100644
--- a/doc/emacs/indent.texi
+++ b/doc/emacs/indent.texi
@@ -110,9 +110,9 @@ parentheses, or if the junction follows another newline.
110If there is a fill prefix, @kbd{M-^} deletes the fill prefix if it 110If there is a fill prefix, @kbd{M-^} deletes the fill prefix if it
111appears after the newline that is deleted. @xref{Fill Prefix}. 111appears after the newline that is deleted. @xref{Fill Prefix}.
112 112
113With the universal prefix argument, join the current line line to the 113With a prefix argument, join the current line line to the following
114following line. With the region active, join lines in the region. If 114line. If the region is active, and no prefix argument is given, join
115both the argument is set and the region is active, the region is ignored. 115all lines in the region instead.
116 116
117@item C-M-\ 117@item C-M-\
118@kindex C-M-\ 118@kindex C-M-\