summaryrefslogtreecommitdiff
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-21 07:24:26 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-21 07:24:26 +0000
commitd5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch)
treec63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/tutorial.el
parenta8ab722f607b850b8dba6eb17674df18861f73d6 (diff)
downloademacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz
Use help-print-return-message rather than the now obsolete alias.
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:
(format "%s" db)
"'.")))
(fill-region (point-min) (point)))))
- (print-help-return-message))))
+ (help-print-return-message))))
(defun tutorial--sort-keys (left right)
"Sort predicate for use with `tutorial--default-keys'.
@@ -388,7 +388,7 @@ from the Emacs default:\n\n" )
(insert "
It is OK to change key bindings, but changed bindings do not
correspond to what the tutorial says.\n\n")
- (print-help-return-message)))))
+ (help-print-return-message)))))
(defun tutorial--find-changed-keys (default-keys)
"Find the key bindings used in the tutorial that have changed.