aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-12-23 18:07:36 +0000
committerRichard M. Stallman2006-12-23 18:07:36 +0000
commit80b9df3a6224629f50a41b48f7bfa978e0cfd0d8 (patch)
treee92da5f886bfa326d4b98f2ba1a9c898035c8746
parentd1549d4e6d0ae99d6540b62e1579414d7b732750 (diff)
downloademacs-80b9df3a6224629f50a41b48f7bfa978e0cfd0d8.tar.gz
emacs-80b9df3a6224629f50a41b48f7bfa978e0cfd0d8.zip
(Deletion): Describe `M-\' prefix argument.
-rw-r--r--man/killing.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/killing.texi b/man/killing.texi
index 4be77e2d6f8..a612535a74a 100644
--- a/man/killing.texi
+++ b/man/killing.texi
@@ -148,10 +148,11 @@ 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
149characters: spaces, tabs and newlines. @kbd{M-\} 149characters: 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
151characters before and after point. @kbd{M-@key{SPC}} 151characters before and after point. (With a prefix argument, it
152deletes them before point, but not after.) @kbd{M-@key{SPC}}
152(@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
153point, regardless of the number of spaces that existed previously (even 154point, regardless of the number of spaces that existed previously
154if 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
155leaves @var{n} spaces after point. 156leaves @var{n} spaces after point.
156 157
157 @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines 158 @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines