From 135ae5d16d7edf122a8b72817987fd847668d3f9 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Fri, 26 Jun 2015 09:05:40 +0800 Subject: [PATCH] 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 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 4b90bf468d..7581f34ead 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 -- 2.39.2