aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorGlenn Morris2014-09-01 23:48:20 -0700
committerGlenn Morris2014-09-01 23:48:20 -0700
commit5597a7d4e2a69b6777c023e0eae888b7ffd7d566 (patch)
tree1a588783ebabf6eb8788354729f5b6c7d39efb15 /lisp/tutorial.el
parent7a930c3c4c617aff075cf00f9e3482f1f04cb24b (diff)
downloademacs-5597a7d4e2a69b6777c023e0eae888b7ffd7d566.tar.gz
emacs-5597a7d4e2a69b6777c023e0eae888b7ffd7d566.zip
* lisp/tutorial.el: Restore comment lost 2006-12-21.
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el4
1 files changed, 2 insertions, 2 deletions
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."
209 (symbol-name cx))))))) 209 (symbol-name cx)))))))
210 210
211(defconst tutorial--default-keys 211(defconst tutorial--default-keys
212 ;; On window system, `suspend-emacs' is replaced in the default 212 ;; On window system, `suspend-emacs' is replaced in the default keymap.
213 ;; keymap
214 (let* ((suspend-emacs 'suspend-frame) 213 (let* ((suspend-emacs 'suspend-frame)
215 (default-keys 214 (default-keys
215 ;; The first few are not mentioned but are basic:
216 `((ESC-prefix [27]) 216 `((ESC-prefix [27])
217 (Control-X-prefix [?\C-x]) 217 (Control-X-prefix [?\C-x])
218 (mode-specific-command-prefix [?\C-c]) 218 (mode-specific-command-prefix [?\C-c])