aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index f8660f55f65..14f127e41a1 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -135,7 +135,7 @@ options:
135 ;; then save this value in mapsym 135 ;; then save this value in mapsym
136 (setq mapsym s))))) 136 (setq mapsym s)))))
137 (insert 137 (insert
138 (format 138 (format-message
139 "The default Emacs binding for the key %s is the command `%s'. " 139 "The default Emacs binding for the key %s is the command `%s'. "
140 (key-description key) 140 (key-description key)
141 db)) 141 db))