From 09e8c671a4967a23e8805170159db4fc77117edd Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 18 Oct 2007 00:07:24 +0000 Subject: [PATCH] (tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph. --- lisp/tutorial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.39.5