diff options
| author | Glenn Morris | 2009-08-21 07:24:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-21 07:24:26 +0000 |
| commit | d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch) | |
| tree | c63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/tutorial.el | |
| parent | a8ab722f607b850b8dba6eb17674df18861f73d6 (diff) | |
| download | emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.zip | |
Use help-print-return-message rather than the now obsolete alias.
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 4 |
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 " |
| 389 | It is OK to change key bindings, but changed bindings do not | 389 | It is OK to change key bindings, but changed bindings do not |
| 390 | correspond to what the tutorial says.\n\n") | 390 | correspond 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. |