diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-25 03:59:42 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-25 03:59:42 +0200 |
commit | 0b2596432d8e29226ec2a52bf6292d65f7f28164 (patch) | |
tree | ac74477c9103fce0214c423e40394706c1cf9f97 /doc/emacs/msdos.texi | |
parent | f6f87917fc5eb151aff0facc390983012644a681 (diff) | |
download | emacs-0b2596432d8e29226ec2a52bf6292d65f7f28164.tar.gz emacs-0b2596432d8e29226ec2a52bf6292d65f7f28164.tar.bz2 emacs-0b2596432d8e29226ec2a52bf6292d65f7f28164.zip |
Fix some instances in the Emacs manual with misleading prefix syntax
* doc/emacs/msdos.texi (Windows Keyboard):
* doc/emacs/misc.texi (Editing Binary Files):
* doc/emacs/macos.texi (Mac / GNUstep Events):
* doc/emacs/kmacro.texi (Basic Keyboard Macro):
* doc/emacs/glossary.texi (Glossary):
* doc/emacs/fixit.texi (Spelling): Fix some instances where the
syntax seems to imply we're talking about a prefix key (bug#50792).
Diffstat (limited to 'doc/emacs/msdos.texi')
-rw-r--r-- | doc/emacs/msdos.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi index 33d389acd50..0f8f429b3f8 100644 --- a/doc/emacs/msdos.texi +++ b/doc/emacs/msdos.texi @@ -543,7 +543,7 @@ keyboard input in Emacs. conventional uses in MS-Windows programs conflict with traditional Emacs key bindings. (These Emacs key bindings were established years before Microsoft was founded.) Examples of conflicts include -@kbd{C-c}, @kbd{C-x}, @kbd{C-z}, @kbd{C-a}, and @kbd{W-@key{SPC}}. +@kbd{C-c}, @kbd{C-x}, @kbd{C-z}, and @kbd{C-a}. You can redefine some of them with meanings more like the MS-Windows meanings by enabling CUA Mode (@pxref{CUA Bindings}). Another optional feature which will make Emacs behave like other Windows |