changeset 77031:cfce87e45fa7

(Deletion): Rewrite description of M-\ prefix argument.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Apr 2007 16:49:42 +0000
parents 737055f48450
children 707bb6c48d95
files man/killing.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/killing.texi	Sat Apr 07 16:49:36 2007 +0000
+++ b/man/killing.texi	Sat Apr 07 16:49:42 2007 +0000
@@ -148,8 +148,8 @@
   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