emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 135ae5d: Doc fix for deletion commands


From: Xue Fuqiao
Subject: [Emacs-diffs] master 135ae5d: Doc fix for deletion commands
Date: Fri, 26 Jun 2015 01:18:20 +0000

branch: master
commit 135ae5d16d7edf122a8b72817987fd847668d3f9
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    Doc fix for deletion commands
    
    'delete-char' does not respect the value of 'delete-active-region'.
    * doc/emacs/killing.texi (Deletion):
    Fix documentation for some single-char deletion commands.
---
 doc/emacs/killing.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index 4b90bf4..7581f34 100644
--- a/doc/emacs/killing.texi
+++ b/doc/emacs/killing.texi
@@ -105,9 +105,9 @@ indentation following it (@code{delete-indentation}).
 (@code{delete-backward-char}), @key{delete}
 (@code{delete-forward-char}), and @kbd{C-d} (@code{delete-char}).
 @xref{Erasing}.  With a numeric argument, they delete the specified
-number of characters.  If the numeric argument is omitted or one, they
-delete all the text in the region if it is active (@pxref{Using
-Region}).
+number of characters.  If the numeric argument is omitted or one,
address@hidden and @key{delete} delete all the text in the region if it is
+active (@pxref{Using Region}).
 
 @kindex M-\
 @findex delete-horizontal-space



reply via email to

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