aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-06-26 09:05:40 +0800
committerXue Fuqiao2015-06-26 09:05:40 +0800
commit135ae5d16d7edf122a8b72817987fd847668d3f9 (patch)
tree6ba29595a933ebded67790941ea03c221fde93c3
parent99ad90dcb1beccde926d9b6475a393c6f8743f5c (diff)
downloademacs-135ae5d16d7edf122a8b72817987fd847668d3f9.tar.gz
emacs-135ae5d16d7edf122a8b72817987fd847668d3f9.zip
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.
-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}).
105(@code{delete-backward-char}), @key{delete} 105(@code{delete-backward-char}), @key{delete}
106(@code{delete-forward-char}), and @kbd{C-d} (@code{delete-char}). 106(@code{delete-forward-char}), and @kbd{C-d} (@code{delete-char}).
107@xref{Erasing}. With a numeric argument, they delete the specified 107@xref{Erasing}. With a numeric argument, they delete the specified
108number of characters. If the numeric argument is omitted or one, they 108number of characters. If the numeric argument is omitted or one,
109delete all the text in the region if it is active (@pxref{Using 109@key{DEL} and @key{delete} delete all the text in the region if it is
110Region}). 110active (@pxref{Using Region}).
111 111
112@kindex M-\ 112@kindex M-\
113@findex delete-horizontal-space 113@findex delete-horizontal-space