aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/indent.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index a6aa75bbb42..61cf7332b5c 100644
--- a/doc/emacs/indent.texi
+++ b/doc/emacs/indent.texi
@@ -110,6 +110,10 @@ 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
114following line. With the region active, join lines in the region. If
115both the argument is set and the region is active, the region is ignored.
116
113@item C-M-\ 117@item C-M-\
114@kindex C-M-\ 118@kindex C-M-\
115@findex indent-region 119@findex indent-region