diff options
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 87d5b53049d..26fb0e503f7 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -210,9 +210,7 @@ LEFT and RIGHT are the elements to compare." | |||
| 210 | (defconst tutorial--default-keys | 210 | (defconst tutorial--default-keys |
| 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 'suspend-frame) |
| 214 | 'suspend-frame | ||
| 215 | 'suspend-emacs)) | ||
| 216 | (default-keys | 214 | (default-keys |
| 217 | `((ESC-prefix [27]) | 215 | `((ESC-prefix [27]) |
| 218 | (Control-X-prefix [?\C-x]) | 216 | (Control-X-prefix [?\C-x]) |
| @@ -293,7 +291,7 @@ LEFT and RIGHT are the elements to compare." | |||
| 293 | ;; * MODE LINE | 291 | ;; * MODE LINE |
| 294 | (describe-mode [?\C-h ?m]) | 292 | (describe-mode [?\C-h ?m]) |
| 295 | (set-fill-column [?\C-x ?f]) | 293 | (set-fill-column [?\C-x ?f]) |
| 296 | (fill-paragraph [?\M-q]) | 294 | (fill-paragraph-or-region [?\M-q]) |
| 297 | 295 | ||
| 298 | ;; * SEARCHING | 296 | ;; * SEARCHING |
| 299 | (isearch-forward [?\C-s]) | 297 | (isearch-forward [?\C-s]) |