bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11689: [PATCH 03/14] etc/tutorials/TUTORIAL: Remove redundant compar


From: Michael Witten
Subject: bug#11689: [PATCH 03/14] etc/tutorials/TUTORIAL: Remove redundant comparison of killing and deleting
Date: Wed, 13 Jun 2012 00:06:46 -0000

Date: Tue, 12 Jun 2012 03:47:39 +0000

There's no point in rehashing the distinction; it is enough simply to state
that undoing the removal of text works regardless of how that text was
removed.
---
 etc/tutorials/TUTORIAL | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
index e873023..e426056 100644
--- a/etc/tutorials/TUTORIAL
+++ b/etc/tutorials/TUTORIAL
@@ -469,9 +469,9 @@ convenient to type.
 
 A numeric argument to C-/, C-_, or C-x u acts as a repeat count.
 
-You can undo deletion of text just as you can undo killing of text.
-The distinction between killing something and deleting it affects
-whether you can yank it with C-y; it makes no difference for undo.
+You can undo the removal of text regardless of whether the text was
+yanked or killed; there is no distinction as far as undoing is
+concerned.
 
 
 * FILES
-- 
1.7.10.2.484.gcd07cc5






reply via email to

[Prev in Thread] Current Thread [Next in Thread]