aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2007-10-06 22:24:14 +0000
committerJuri Linkov2007-10-06 22:24:14 +0000
commit0d8fb755ce0b74e50426b2449313e79abec276c6 (patch)
tree52c326c384874367b82bdf5f59f4308c8217d643
parenta850cafb704a44871880711fc3eb687c47c4cd76 (diff)
downloademacs-0d8fb755ce0b74e50426b2449313e79abec276c6.tar.gz
emacs-0d8fb755ce0b74e50426b2449313e79abec276c6.zip
(Arguments): Replace fill-paragraph with fill-paragraph-or-region.
-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 @@
12007-10-06 Juri Linkov <juri@jurta.org>
2
3 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4 (Fill Prefix, Format Indentation): Replace fill-paragraph with
5 fill-paragraph-or-region.
6
7 * basic.texi (Arguments): Replace fill-paragraph with
8 fill-paragraph-or-region.
9
12007-10-06 Eric S. Raymond <esr@snark.thyrsus.com> 102007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2 11
3 * files.texi: Update the section on version control for 2007 12 * 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
707``a lot'' of blank lines), and @kbd{C-u C-k} (kill four lines). 707``a lot'' of blank lines), and @kbd{C-u C-k} (kill four lines).
708 708
709 Some commands care whether there is an argument, but ignore its 709 Some commands care whether there is an argument, but ignore its
710value. For example, the command @kbd{M-q} (@code{fill-paragraph}) 710value. For example, the command @kbd{M-q} (@code{fill-paragraph-or-region})
711fills text; with an argument, it justifies the text as well. 711fills text; with an argument, it justifies the text as well.
712(@xref{Filling}, for more information on @kbd{M-q}.) Plain @kbd{C-u} 712(@xref{Filling}, for more information on @kbd{M-q}.) Plain @kbd{C-u}
713is a handy way of providing an argument for such commands. 713is a handy way of providing an argument for such commands.