From: Juri Linkov Date: Thu, 18 Oct 2007 00:09:49 +0000 (+0000) Subject: (Arguments): Replace fill-paragraph-or-region with fill-paragraph. X-Git-Tag: emacs-pretest-23.0.90~10266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0a35bd4ff35e06115aad24a0de94a630b3135e4;p=emacs.git (Arguments): Replace fill-paragraph-or-region with fill-paragraph. --- diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 418d54f677b..333985e4a4a 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -707,7 +707,7 @@ C-n} (move down a good fraction of a screen), @kbd{C-u C-u C-o} (make ``a lot'' of blank lines), and @kbd{C-u C-k} (kill four lines). Some commands care whether there is an argument, but ignore its -value. For example, the command @kbd{M-q} (@code{fill-paragraph-or-region}) +value. For example, the command @kbd{M-q} (@code{fill-paragraph}) fills text; with an argument, it justifies the text as well. (@xref{Filling}, for more information on @kbd{M-q}.) Plain @kbd{C-u} is a handy way of providing an argument for such commands.