* lisp/tutorial.el: Restore comment lost 2006-12-21.
This commit is contained in:
parent
7a930c3c4c
commit
5597a7d4e2
1 changed files with 2 additions and 2 deletions
|
@ -209,10 +209,10 @@ LEFT and RIGHT are the elements to compare."
|
|||
(symbol-name cx)))))))
|
||||
|
||||
(defconst tutorial--default-keys
|
||||
;; On window system, `suspend-emacs' is replaced in the default
|
||||
;; keymap
|
||||
;; On window system, `suspend-emacs' is replaced in the default keymap.
|
||||
(let* ((suspend-emacs 'suspend-frame)
|
||||
(default-keys
|
||||
;; The first few are not mentioned but are basic:
|
||||
`((ESC-prefix [27])
|
||||
(Control-X-prefix [?\C-x])
|
||||
(mode-specific-command-prefix [?\C-c])
|
||||
|
|
Loading…
Add table
Reference in a new issue