diff options
author | Juri Linkov <juri@jurta.org> | 2007-10-18 00:07:24 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-10-18 00:07:24 +0000 |
commit | 09e8c671a4967a23e8805170159db4fc77117edd (patch) | |
tree | 62d944c25a51abe03a2d0ab448cd3f5a4a0d9374 /lisp/tutorial.el | |
parent | 792eb7196d01d6a65839437a31c110c849dc794a (diff) | |
download | emacs-09e8c671a4967a23e8805170159db4fc77117edd.tar.gz |
(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r-- | lisp/tutorial.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 4913da63f5c..336593891ab 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -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]) |