summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog9
-rw-r--r--doc/emacs/basic.texi2
2 files changed, 10 insertions, 1 deletions
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 <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
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.