From: Chong Yidong Date: Sat, 7 Apr 2007 16:49:42 +0000 (+0000) Subject: (Deletion): Rewrite description of M-\ prefix argument. X-Git-Tag: emacs-pretest-22.0.98~225 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f111a3c6375fad040813ebe6f18eac09b4acfa31;p=emacs.git (Deletion): Rewrite description of M-\ prefix argument. --- 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}. 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