diff options
| author | Juri Linkov | 2007-09-22 23:55:29 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-09-22 23:55:29 +0000 |
| commit | ed16281fa4445ac9e512f0b02b776a986628e6e3 (patch) | |
| tree | 2b0babefc6620d28cd9eccba7df9de025882be8b /lisp/tutorial.el | |
| parent | 6e0cfad3266b9996b73e2fa2d803792e7d55cb02 (diff) | |
| download | emacs-ed16281fa4445ac9e512f0b02b776a986628e6e3.tar.gz emacs-ed16281fa4445ac9e512f0b02b776a986628e6e3.zip | |
(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.el | 4 |
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." | |||
| 211 | ;; On window system, `suspend-emacs' is replaced in the default | 211 | ;; On window system, `suspend-emacs' is replaced in the default |
| 212 | ;; keymap | 212 | ;; keymap |
| 213 | (let* ((suspend-emacs (if window-system | 213 | (let* ((suspend-emacs (if window-system |
| 214 | 'iconify-or-deiconify-frame | 214 | 'suspend-frame |
| 215 | 'suspend-emacs)) | 215 | 'suspend-emacs)) |
| 216 | (default-keys | 216 | (default-keys |
| 217 | `((ESC-prefix [27]) | 217 | `((ESC-prefix [27]) |
| 218 | (Control-X-prefix [?\C-x]) | 218 | (Control-X-prefix [?\C-x]) |
| 219 | (mode-specific-command-prefix [?\C-c]) | 219 | (mode-specific-command-prefix [?\C-c]) |
| 220 | (save-buffers-kill-emacs [?\C-x ?\C-c]) | 220 | (save-buffers-kill-terminal [?\C-x ?\C-c]) |
| 221 | 221 | ||
| 222 | ;; * SUMMARY | 222 | ;; * SUMMARY |
| 223 | (scroll-up [?\C-v]) | 223 | (scroll-up [?\C-v]) |