diff options
| author | Eli Zaretskii | 2023-12-31 09:44:32 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-12-31 09:44:32 +0200 |
| commit | 01be4fe39d7029295d09b0e5e46b9239ab4600bc (patch) | |
| tree | b57224971367678b08a93fe47b40a40b75c84076 | |
| parent | 55555a6a0d1d76468f8327972b3cb067b9e35f24 (diff) | |
| download | emacs-01be4fe39d7029295d09b0e5e46b9239ab4600bc.tar.gz 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 | |||
| 2035 | is no way to add two modifiers by using @kbd{C-x @@} twice for the | 2035 | is no way to add two modifiers by using @kbd{C-x @@} twice for the |
| 2036 | same character, because the first one goes to work on the @kbd{C-x}.) | 2036 | same character, because the first one goes to work on the @kbd{C-x}.) |
| 2037 | You can similarly enter the Shift, Control, and Meta modifiers by | 2037 | You can similarly enter the Shift, Control, and Meta modifiers by |
| 2038 | using @kbd{C-x @ S}, @kbd{C-x @ c}, and @kbd{C-x @ m}, respectively, | 2038 | using @kbd{C-x @@ S}, @kbd{C-x @@ c}, and @kbd{C-x @@ m}, respectively, |
| 2039 | although this is rarely needed. | 2039 | although this is rarely needed. |
| 2040 | 2040 | ||
| 2041 | @node Function Keys | 2041 | @node Function Keys |