diff options
Diffstat (limited to 'lisp/keymap.el')
-rw-r--r-- | lisp/keymap.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/keymap.el b/lisp/keymap.el index c0fdf8721b2..db37d80b363 100644 --- a/lisp/keymap.el +++ b/lisp/keymap.el @@ -306,10 +306,10 @@ number of characters have a special shorthand syntax. Here's some example key sequences. - \"f\" (the key 'f') - \"S o m\" (a three key sequence of the keys 'S', 'o' and 'm') - \"C-c o\" (a two key sequence of the keys 'c' with the control modifier - and then the key 'o') + \"f\" (the key `f') + \"S o m\" (a three key sequence of the keys `S', `o' and `m') + \"C-c o\" (a two key sequence of the keys `c' with the control modifier + and then the key `o') \"H-<left>\" (the key named \"left\" with the hyper modifier) \"M-RET\" (the \"return\" key with a meta modifier) \"C-M-<space>\" (the \"space\" key with both the control and meta modifiers) |