diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/indent.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 5f40acba151..654c64a7b2f 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi | |||
| @@ -110,9 +110,9 @@ 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 a prefix argument, join the current line line to the following | 113 | With a prefix argument, join the current line to the following line. |
| 114 | line. If the region is active, and no prefix argument is given, join | 114 | If the region is active, and no prefix argument is given, join all |
| 115 | all lines in the region instead. | 115 | lines in the region instead. |
| 116 | 116 | ||
| 117 | @item C-M-\ | 117 | @item C-M-\ |
| 118 | @kindex C-M-\ | 118 | @kindex C-M-\ |