From: Juri Linkov Date: Sat, 6 Oct 2007 22:24:14 +0000 (+0000) Subject: (Arguments): Replace fill-paragraph with fill-paragraph-or-region. X-Git-Tag: emacs-pretest-23.0.90~10498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d8fb755ce0b74e50426b2449313e79abec276c6;p=emacs.git (Arguments): Replace fill-paragraph with fill-paragraph-or-region. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5f58136745b..b3fd8db6f6f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,12 @@ +2007-10-06 Juri Linkov + + * text.texi (Fill Commands): Document fill-paragraph-or-region. + (Fill Prefix, Format Indentation): Replace fill-paragraph with + fill-paragraph-or-region. + + * basic.texi (Arguments): Replace fill-paragraph with + fill-paragraph-or-region. + 2007-10-06 Eric S. Raymond * files.texi: Update the section on version control for 2007 diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 333985e4a4a..418d54f677b 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}) +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.