aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
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 96aec65f38b..7d6bf1c7c72 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -163,7 +163,7 @@ options:
163 (format "%s" db) 163 (format "%s" db)
164 "'."))) 164 "'.")))
165 (fill-region (point-min) (point))))) 165 (fill-region (point-min) (point)))))
166 (print-help-return-message)))) 166 (help-print-return-message))))
167 167
168(defun tutorial--sort-keys (left right) 168(defun tutorial--sort-keys (left right)
169 "Sort predicate for use with `tutorial--default-keys'. 169 "Sort predicate for use with `tutorial--default-keys'.
@@ -388,7 +388,7 @@ from the Emacs default:\n\n" )
388 (insert " 388 (insert "
389It is OK to change key bindings, but changed bindings do not 389It is OK to change key bindings, but changed bindings do not
390correspond to what the tutorial says.\n\n") 390correspond to what the tutorial says.\n\n")
391 (print-help-return-message))))) 391 (help-print-return-message)))))
392 392
393(defun tutorial--find-changed-keys (default-keys) 393(defun tutorial--find-changed-keys (default-keys)
394 "Find the key bindings used in the tutorial that have changed. 394 "Find the key bindings used in the tutorial that have changed.