mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(tutorial--default-keys): Replace fill-paragraph
with fill-paragraph-or-region. Suspend command is now the same `suspend-frame' on window systems and on tty.
This commit is contained in:
parent
51ad13dccf
commit
7017d784e7
@ -210,9 +210,7 @@ LEFT and RIGHT are the elements to compare."
|
||||
(defconst tutorial--default-keys
|
||||
;; On window system, `suspend-emacs' is replaced in the default
|
||||
;; keymap
|
||||
(let* ((suspend-emacs (if window-system
|
||||
'suspend-frame
|
||||
'suspend-emacs))
|
||||
(let* ((suspend-emacs 'suspend-frame)
|
||||
(default-keys
|
||||
`((ESC-prefix [27])
|
||||
(Control-X-prefix [?\C-x])
|
||||
@ -293,7 +291,7 @@ LEFT and RIGHT are the elements to compare."
|
||||
;; * MODE LINE
|
||||
(describe-mode [?\C-h ?m])
|
||||
(set-fill-column [?\C-x ?f])
|
||||
(fill-paragraph [?\M-q])
|
||||
(fill-paragraph-or-region [?\M-q])
|
||||
|
||||
;; * SEARCHING
|
||||
(isearch-forward [?\C-s])
|
||||
|
Loading…
Reference in New Issue
Block a user