diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/indent.texi | 4 |
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. | |||
| 110 | If there is a fill prefix, @kbd{M-^} deletes the fill prefix if it | 110 | If there is a fill prefix, @kbd{M-^} deletes the fill prefix if it |
| 111 | appears after the newline that is deleted. @xref{Fill Prefix}. | 111 | appears after the newline that is deleted. @xref{Fill Prefix}. |
| 112 | 112 | ||
| 113 | With the universal prefix argument, join the current line line to the | ||
| 114 | following line. With the region active, join lines in the region. If | ||
| 115 | both 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 |