summaryrefslogtreecommitdiff
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2007-09-22 23:55:29 +0000
committerJuri Linkov <juri@jurta.org>2007-09-22 23:55:29 +0000
commited16281fa4445ac9e512f0b02b776a986628e6e3 (patch)
tree2b0babefc6620d28cd9eccba7df9de025882be8b /lisp/tutorial.el
parent6e0cfad3266b9996b73e2fa2d803792e7d55cb02 (diff)
downloademacs-ed16281fa4445ac9e512f0b02b776a986628e6e3.tar.gz
(tutorial--default-keys): Update standard bindings:
rename `iconify-or-deiconify-frame' to `suspend-frame', and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
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 841facff69c..87d5b53049d 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -211,13 +211,13 @@ LEFT and RIGHT are the elements to compare."
;; On window system, `suspend-emacs' is replaced in the default
;; keymap
(let* ((suspend-emacs (if window-system
- 'iconify-or-deiconify-frame
+ 'suspend-frame
'suspend-emacs))
(default-keys
`((ESC-prefix [27])
(Control-X-prefix [?\C-x])
(mode-specific-command-prefix [?\C-c])
- (save-buffers-kill-emacs [?\C-x ?\C-c])
+ (save-buffers-kill-terminal [?\C-x ?\C-c])
;; * SUMMARY
(scroll-up [?\C-v])