]> code.delx.au - gnu-emacs/commitdiff
(Arguments): Replace fill-paragraph with fill-paragraph-or-region.
authorJuri Linkov <juri@jurta.org>
Sat, 6 Oct 2007 22:24:14 +0000 (22:24 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 6 Oct 2007 22:24:14 +0000 (22:24 +0000)
doc/emacs/ChangeLog
doc/emacs/basic.texi

index 5f58136745b12d58597c0889c36ea7c66f77c92a..b3fd8db6f6f898fa806c82c3b9d911f1ea0ff93d 100644 (file)
@@ -1,3 +1,12 @@
+2007-10-06  Juri Linkov  <juri@jurta.org>
+
+       * 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  <esr@snark.thyrsus.com>
 
        * files.texi: Update the section on version control for 2007
index 333985e4a4ae4f99cf8deff108cfbfbdc70c9f94..418d54f677b9cd3b6723ee228810a6fafa122b1e 100644 (file)
@@ -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.