From: Xue Fuqiao Date: Fri, 26 Jun 2015 01:05:40 +0000 (+0800) Subject: Doc fix for deletion commands X-Git-Tag: emacs-25.0.90~1638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=135ae5d16d7edf122a8b72817987fd847668d3f9;p=emacs.git 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. --- 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