aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2007-10-18 00:09:49 +0000
committerJuri Linkov2007-10-18 00:09:49 +0000
commitf0a35bd4ff35e06115aad24a0de94a630b3135e4 (patch)
tree9be5fd0373b53a18ee3e48893c2fcbb2929d1c95 /doc
parentad6d10b1b21064d015aa13df2480b0f73ae3f1dd (diff)
downloademacs-f0a35bd4ff35e06115aad24a0de94a630b3135e4.tar.gz
emacs-f0a35bd4ff35e06115aad24a0de94a630b3135e4.zip
(Arguments): Replace fill-paragraph-or-region with fill-paragraph.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/basic.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index 418d54f677b..333985e4a4a 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-or-region}) 710value. For example, the command @kbd{M-q} (@code{fill-paragraph})
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.