1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.

This commit is contained in:
Juri Linkov 2007-10-18 00:07:24 +00:00
parent 792eb7196d
commit 09e8c671a4

View File

@ -291,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-or-region [?\M-q])
(fill-paragraph [?\M-q])
;; * SEARCHING
(isearch-forward [?\C-s])