Mercurial > emacs
changeset 85377:34e2dd882795
(tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Oct 2007 00:07:24 +0000 |
parents | a2663c54de9f |
children | 5e06a33ec5a4 |
files | lisp/tutorial.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tutorial.el Thu Oct 18 00:07:04 2007 +0000 +++ b/lisp/tutorial.el Thu Oct 18 00:07:24 2007 +0000 @@ -291,7 +291,7 @@ ;; * 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])