changeset 85381:04a1a116922c

(Arguments): Replace fill-paragraph-or-region with fill-paragraph.
author Juri Linkov <juri@jurta.org>
date Thu, 18 Oct 2007 00:09:49 +0000
parents 3400b26060b4
children 357b29703818
files doc/emacs/basic.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/basic.texi	Thu Oct 18 00:09:22 2007 +0000
+++ b/doc/emacs/basic.texi	Thu Oct 18 00:09:49 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-or-region})
+value.  For example, the command @kbd{M-q} (@code{fill-paragraph})
 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.