summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2015-06-26 09:05:40 +0800
committerXue Fuqiao <xfq.free@gmail.com>2015-06-26 09:05:40 +0800
commit135ae5d16d7edf122a8b72817987fd847668d3f9 (patch)
tree6ba29595a933ebded67790941ea03c221fde93c3 /doc
parent99ad90dcb1beccde926d9b6475a393c6f8743f5c (diff)
downloademacs-135ae5d16d7edf122a8b72817987fd847668d3f9.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/killing.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index 4b90bf468d5..7581f34ead0 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,
+@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