From f111a3c6375fad040813ebe6f18eac09b4acfa31 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 7 Apr 2007 16:49:42 +0000 Subject: [PATCH] (Deletion): Rewrite description of M-\ prefix argument. --- man/killing.texi | 4 ++-- 1 file 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}. 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 -- 2.39.5