From: Glenn Morris Date: Tue, 2 Sep 2014 06:48:20 +0000 (-0700) Subject: * lisp/tutorial.el: Restore comment lost 2006-12-21. X-Git-Tag: emacs-24.3.94~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5597a7d4e2a69b6777c023e0eae888b7ffd7d566;p=emacs.git * lisp/tutorial.el: Restore comment lost 2006-12-21. --- diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 2f264dc82bd..fcb840fcfed 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -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])