diff options
| -rw-r--r-- | man/killing.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/killing.texi b/man/killing.texi index b853d69a04a..3903db82166 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -148,8 +148,8 @@ enters Help instead, see @ref{DEL Does Not Delete}. | |||
| 148 | The other delete commands are those which delete only whitespace | 148 | The other delete commands are those which delete only whitespace |
| 149 | characters: spaces, tabs and newlines. @kbd{M-\} | 149 | characters: spaces, tabs and newlines. @kbd{M-\} |
| 150 | (@code{delete-horizontal-space}) deletes all the spaces and tab | 150 | (@code{delete-horizontal-space}) deletes all the spaces and tab |
| 151 | characters before and after point. (With a prefix argument, it | 151 | characters before and after point. With a prefix argument, this only |
| 152 | deletes them before point, but not after.) @kbd{M-@key{SPC}} | 152 | deletes spaces and tab characters before point. @kbd{M-@key{SPC}} |
| 153 | (@code{just-one-space}) does likewise but leaves a single space after | 153 | (@code{just-one-space}) does likewise but leaves a single space after |
| 154 | point, regardless of the number of spaces that existed previously | 154 | point, regardless of the number of spaces that existed previously |
| 155 | (even if there were none before). With a numeric argument @var{n}, it | 155 | (even if there were none before). With a numeric argument @var{n}, it |