diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-02-12 19:52:48 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-12 19:52:48 +0200 |
commit | 26f64410fd6845cde1a06373eea05e256b87513d (patch) | |
tree | b2e0c4a8eaa7bfca942f54145bfc86392bd70549 /doc/emacs/mark.texi | |
parent | cef3b4248c02d7540fd2b6b44317baf6d2f46eae (diff) | |
download | emacs-26f64410fd6845cde1a06373eea05e256b87513d.tar.gz emacs-26f64410fd6845cde1a06373eea05e256b87513d.tar.bz2 emacs-26f64410fd6845cde1a06373eea05e256b87513d.zip |
Another set of improvements in the Emacs manual
* doc/emacs/msdos-xtra.texi (MS-DOS Keyboard):
* doc/emacs/msdos.texi (Windows Keyboard):
* doc/emacs/mark.texi (Using Region):
* doc/emacs/frames.texi (Menu Mouse Clicks):
* doc/emacs/macos.texi (Mac / GNUstep Basics): Fix spelling of
keys. Reported by Michael Albinus <michael.albinus@gmx.de> in
emacs-manual-bugs@gnu.org.
* doc/emacs/glossary.texi (Glossary): Document that "c.f." is a
misspelling. Reported by Robert Pluim <rpluim@gmail.com>.
Various minor wording improvements. Suggested by Toon Claes
<toon@iotcl.com> in emacs-manual-bugs@gnu.org.
More minor changes. Suggested by Michael Albinus
<michael.albinus@gmx.de> in emacs-manual-bugs@gnu.org.
* doc/emacs/cmdargs.texi (Title X): Improve wording.
* doc/emacs/building.texi (Grep Searching, Compilation): Avoid
passive tense.
* doc/emacs/basic.texi (Moving Point): Move the description of the
bidi-related effects of the arrow keys from here ...
* doc/emacs/mule.texi (Bidirectional Editing): ... to here.
Explain the behavior of arrow keys between paragraphs.
Diffstat (limited to 'doc/emacs/mark.texi')
-rw-r--r-- | doc/emacs/mark.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index 7cb48a67e7c..0ffa9f74ac6 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi @@ -260,7 +260,7 @@ change the variable @code{use-empty-active-region} to @code{t}. @vindex delete-active-region As described in @ref{Erasing}, the @key{DEL} -(@code{backward-delete-char}) and @key{delete} +(@code{backward-delete-char}) and @key{Delete} (@code{delete-forward-char}) commands also act this way. If the mark is active, they delete the text in the region. (As an exception, if you supply a numeric argument @var{n}, where @var{n} is not one, these |