]> git.eshelyaron.com Git - emacs.git/commitdiff
(Arguments): Replace fill-paragraph-or-region with fill-paragraph.
authorJuri Linkov <juri@jurta.org>
Thu, 18 Oct 2007 00:09:49 +0000 (00:09 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 18 Oct 2007 00:09:49 +0000 (00:09 +0000)
doc/emacs/basic.texi

index 418d54f677b9cd3b6723ee228810a6fafa122b1e..333985e4a4ae4f99cf8deff108cfbfbdc70c9f94 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-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.