# HG changeset patch # User Juri Linkov # Date 1191709435 0 # Node ID 82b9b38a24cc7a6ff7e2ae18dfa43c6905271b38 # Parent 29916a9beec23e2a05f724abc9ecb698d09c86c6 (Arguments): Replace fill-paragraph with fill-paragraph-or-region. diff -r 29916a9beec2 -r 82b9b38a24cc doc/emacs/basic.texi --- a/doc/emacs/basic.texi Sat Oct 06 22:23:41 2007 +0000 +++ b/doc/emacs/basic.texi Sat Oct 06 22:23:55 2007 +0000 @@ -707,7 +707,7 @@ ``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}) +value. For example, the command @kbd{M-q} (@code{fill-paragraph-or-region}) 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.