changeset 85077:82b9b38a24cc

(Arguments): Replace fill-paragraph with fill-paragraph-or-region.
author Juri Linkov <juri@jurta.org>
date Sat, 06 Oct 2007 22:23:55 +0000
parents 29916a9beec2
children 78a80abb61a1
files doc/emacs/basic.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.