diff options
Diffstat (limited to 'man/killing.texi')
-rw-r--r-- | man/killing.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/killing.texi b/man/killing.texi index 51e352dec6b..9950e405cdd 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -151,7 +151,8 @@ characters: spaces, tabs and newlines. @kbd{M-\} characters before and after point. @kbd{M-@key{SPC}} (@code{just-one-space}) does likewise but leaves a single space after point, regardless of the number of spaces that existed previously (even -if there were none before). +if there were none before). With a numeric argument @var{n}, it +leaves @var{n} spaces after point. @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines after the current line. If the current line is blank, it deletes all |