]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some instances in the Emacs manual with misleading prefix syntax
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 25 Sep 2021 01:59:42 +0000 (03:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 25 Sep 2021 01:59:42 +0000 (03:59 +0200)
* 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).

doc/emacs/fixit.texi
doc/emacs/glossary.texi
doc/emacs/kmacro.texi
doc/emacs/macos.texi
doc/emacs/misc.texi
doc/emacs/msdos.texi

index 85cdbff5fa5e3ca101736aef1905450a24c75b77..7feebddee8c15803ced96cc64ba7b7409b738441 100644 (file)
@@ -463,7 +463,7 @@ use @code{flyspell-region} or @code{flyspell-buffer} for that.
 it with @kbd{mouse-2} (@code{flyspell-correct-word}) to display a menu
 of possible corrections and actions.  If you want this menu on
 @kbd{mouse-3} instead, enable @code{context-menu-mode}.  In addition,
-@kbd{C-.} or @kbd{@key{ESC}-@key{TAB}} (@code{flyspell-auto-correct-word})
+@kbd{C-.} or @kbd{@key{ESC} @key{TAB}} (@code{flyspell-auto-correct-word})
 will propose various successive corrections for the word at point, and
 @w{@kbd{C-c $}} (@code{flyspell-correct-word-before-point}) will pop
 up a menu of possible corrections.  Of course, you can always correct
index 63f690712a8037e38ac3c2b4e9c95e43b005edb8..9c06bcc4af128844315a7c34829ab5099a5e767b 100644 (file)
@@ -1113,7 +1113,7 @@ Emacs.  @xref{Query Replace}.
 @anchor{Glossary---Quitting}
 @item Quitting
 Quitting means canceling a partially typed command or a running
-command, using @kbd{C-g} (or @kbd{C-@key{BREAK}} on MS-DOS).  @xref{Quitting}.
+command, using @kbd{C-g} (or @kbd{C-@key{Break}} on MS-DOS).  @xref{Quitting}.
 
 @item Quoting
 Quoting means depriving a character of its usual special significance.
index 16a97db54c53f335cc83eac83d438531ad4a8d33..78964bb903f54d1210370285ce229e044799750d 100644 (file)
@@ -102,7 +102,7 @@ are in the process of defining one, or calls the last macro
 otherwise.)  You can also supply @key{F4} with a numeric prefix
 argument @samp{n}, which means to invoke the macro @samp{n} times.  An
 argument of zero repeats the macro indefinitely, until it gets an
-error or you type @kbd{C-g} (or, on MS-DOS, @kbd{C-@key{BREAK}}).
+error or you type @kbd{C-g} (or, on MS-DOS, @kbd{C-@key{Break}}).
 
   The above example demonstrates a handy trick that you can employ
 with keyboard macros: if you wish to repeat an operation at regularly
index cd1db1a7babe79f65bd6113ab18997f62b401081..99c67ed09e594e95ba12a6f771e51403942378ce 100644 (file)
@@ -290,7 +290,7 @@ The default behavior is to save all file-visiting buffers.
 @cindex using Nextstep services (macOS)
   Emacs also allows users to make use of Nextstep services, via a set
 of commands whose names begin with @samp{ns-service-} and end with the
-name of the service.  Type @kbd{M-x ns-service-@key{TAB}} to
+name of the service.  Type @kbd{M-x ns-service- @key{TAB}} to
 see a list of these commands.  These functions either operate on
 marked text (replacing it with the result) or take a string argument
 and return the result as a string.  You can also use the Lisp function
index 47e3e11d339e894730a15e4476a82ec0c18088b5..5123a716dcb655bcdab332393a264984b45738d7 100644 (file)
@@ -2602,7 +2602,7 @@ invoked @code{hexl-mode}.
 @noindent
 Other Hexl commands let you insert strings (sequences) of binary
 bytes, move by @code{short}s or @code{int}s, etc.; type @kbd{C-h a
-hexl-@key{RET}} for details.
+hexl- @key{TAB}} for details.
 
   Hexl mode can also be used for editing text files.  This could come
 in handy if the text file includes unusual characters or uses unusual
index 33d389acd509609fd1225668abe09603672a6e37..0f8f429b3f87672c04b2acc46204406d3b3ccd4b 100644 (file)
@@ -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