diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-12-31 09:44:32 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-12-31 09:44:32 +0200 |
commit | 01be4fe39d7029295d09b0e5e46b9239ab4600bc (patch) | |
tree | b57224971367678b08a93fe47b40a40b75c84076 | |
parent | 55555a6a0d1d76468f8327972b3cb067b9e35f24 (diff) | |
download | emacs-01be4fe39d7029295d09b0e5e46b9239ab4600bc.tar.gz emacs-01be4fe39d7029295d09b0e5e46b9239ab4600bc.tar.bz2 emacs-01be4fe39d7029295d09b0e5e46b9239ab4600bc.zip |
* doc/emacs/custom.texi (Modifier Keys): Fix markup (bug#68164).
Suggested by Jens Quade <jq@qdevelop.de>.
-rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index ba15e205b0f..221da5c486f 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -2035,7 +2035,7 @@ C-a} is a way to enter @kbd{Hyper-Control-a}. (Unfortunately, there is no way to add two modifiers by using @kbd{C-x @@} twice for the same character, because the first one goes to work on the @kbd{C-x}.) You can similarly enter the Shift, Control, and Meta modifiers by -using @kbd{C-x @ S}, @kbd{C-x @ c}, and @kbd{C-x @ m}, respectively, +using @kbd{C-x @@ S}, @kbd{C-x @@ c}, and @kbd{C-x @@ m}, respectively, although this is rarely needed. @node Function Keys |