aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2007-10-18 00:09:49 +0000
committerJuri Linkov <[email protected]>2007-10-18 00:09:49 +0000
commitf0a35bd4ff35e06115aad24a0de94a630b3135e4 (patch)
tree9be5fd0373b53a18ee3e48893c2fcbb2929d1c95 /doc/emacs
parentad6d10b1b21064d015aa13df2480b0f73ae3f1dd (diff)
(Arguments): Replace fill-paragraph-or-region with fill-paragraph.
Diffstat (limited to 'doc/emacs')
-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 418d54f677..333985e4a4 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
``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.