]> git.eshelyaron.com Git - emacs.git/commitdiff
(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.
authorJuri Linkov <juri@jurta.org>
Thu, 18 Oct 2007 00:07:24 +0000 (00:07 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 18 Oct 2007 00:07:24 +0000 (00:07 +0000)
lisp/tutorial.el

index 4913da63f5cc8d2cc2ed6180a118b6ff331b944d..336593891ab6151ec4b8316ca636a4693e076c5e 100644 (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])