diff options
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 1ddf7a8b79f..e3fbdf019c1 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -476,8 +476,8 @@ where | |||
| 476 | ((and cua-mode | 476 | ((and cua-mode |
| 477 | (or (and (eq def-fun 'ESC-prefix) | 477 | (or (and (eq def-fun 'ESC-prefix) |
| 478 | (equal key-fun | 478 | (equal key-fun |
| 479 | `(keymap | 479 | '(keymap |
| 480 | (118 . cua-repeat-replace-region))) | 480 | (118 . cua-repeat-replace-region))) |
| 481 | (setq def-fun-txt "\"ESC prefix\"")) | 481 | (setq def-fun-txt "\"ESC prefix\"")) |
| 482 | (and (eq def-fun 'mode-specific-command-prefix) | 482 | (and (eq def-fun 'mode-specific-command-prefix) |
| 483 | (equal key-fun | 483 | (equal key-fun |