diff options
| -rw-r--r-- | man/killing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/killing.texi b/man/killing.texi index 9950e405cdd..006af200c06 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -157,7 +157,7 @@ leaves @var{n} spaces after point. | |||
| 157 | @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines | 157 | @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines |
| 158 | after the current line. If the current line is blank, it deletes all | 158 | after the current line. If the current line is blank, it deletes all |
| 159 | blank lines preceding the current line as well (leaving one blank line, | 159 | blank lines preceding the current line as well (leaving one blank line, |
| 160 | the current line). | 160 | the current line). On a solitary blank line, it deletes that line. |
| 161 | 161 | ||
| 162 | @kbd{M-^} (@code{delete-indentation}) joins the current line and the | 162 | @kbd{M-^} (@code{delete-indentation}) joins the current line and the |
| 163 | previous line, by deleting a newline and all surrounding spaces, usually | 163 | previous line, by deleting a newline and all surrounding spaces, usually |