]> code.delx.au - gnu-emacs/commitdiff
Doc fix for deletion commands
authorXue Fuqiao <xfq.free@gmail.com>
Fri, 26 Jun 2015 01:05:40 +0000 (09:05 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Fri, 26 Jun 2015 01:05:40 +0000 (09:05 +0800)
'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

index 4b90bf468d5fc50c68f2e5df82db35fc17603c14..7581f34ead0582ca5769454b4e1eaeb5e4d4ebf7 100644 (file)
@@ -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,
+@key{DEL} and @key{delete} delete all the text in the region if it is
+active (@pxref{Using Region}).
 
 @kindex M-\
 @findex delete-horizontal-space