mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
* lisp/tutorial.el: Restore comment lost 2006-12-21.
This commit is contained in:
parent
7a930c3c4c
commit
5597a7d4e2
@ -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…
Reference in New Issue
Block a user