aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2007-10-18 00:07:24 +0000
committerJuri Linkov <[email protected]>2007-10-18 00:07:24 +0000
commit09e8c671a4967a23e8805170159db4fc77117edd (patch)
tree62d944c25a51abe03a2d0ab448cd3f5a4a0d9374
parent792eb7196d01d6a65839437a31c110c849dc794a (diff)
(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 4913da63f5..336593891a 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])