]> code.delx.au - gnu-emacs/commitdiff
(Deletion): Rewrite description of M-\ prefix argument.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 7 Apr 2007 16:49:42 +0000 (16:49 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 7 Apr 2007 16:49:42 +0000 (16:49 +0000)
man/killing.texi

index b853d69a04a08ef3a2aed46ccae49ca58b103ef0..3903db821669e376e314475c601cd53f61360442 100644 (file)
@@ -148,8 +148,8 @@ enters Help instead, see @ref{DEL Does Not Delete}.
   The other delete commands are those which delete only whitespace
 characters: spaces, tabs and newlines.  @kbd{M-\}
 (@code{delete-horizontal-space}) deletes all the spaces and tab
-characters before and after point.  (With a prefix argument, it
-deletes them before point, but not after.)  @kbd{M-@key{SPC}}
+characters before and after point.  With a prefix argument, this only
+deletes spaces and tab characters before 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).  With a numeric argument @var{n}, it