summaryrefslogtreecommitdiff
path: root/doc/emacs/basic.texi
diff options
context:
space:
mode:
authorDani Moncayo <dmoncayo@gmail.com>2012-10-10 10:52:55 +0800
committerChong Yidong <cyd@gnu.org>2012-10-10 10:52:55 +0800
commitd8e213ebe37ae306581bb7030f62b66fff18625b (patch)
treeb6e5ab0de726d0b06e783d0e4fd0335772ae30fa /doc/emacs/basic.texi
parent5683d7cd9d2928860fd5f117ebf67dd7b6e2d442 (diff)
downloademacs-d8e213ebe37ae306581bb7030f62b66fff18625b.tar.gz
* doc/emacs/basic.texi (Arguments): Fix typos.
Also, remove "tiny change" tags from ChangeLogs; Dani Moncayo now has a copyright assignment.
Diffstat (limited to 'doc/emacs/basic.texi')
-rw-r--r--doc/emacs/basic.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index 42bd2a4fde2..07060db5af2 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -757,7 +757,8 @@ the character @samp{1}.
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}.) For these
-commands, it is enough to the argument with a single @kbd{C-u}.
+commands, it is enough to specify the argument with a single
+@kbd{C-u}.
Some commands use the value of the argument as a repeat count, but
do something special when there is no argument. For example, the
@@ -776,10 +777,10 @@ described when they come up; they exist to make an individual command
more convenient, and they are documented in that command's
documentation string.
- We use the term ``prefix argument'' as well as ``numeric argument'',
-to emphasize that you type these argument before the command, and to
-distinguish them from minibuffer arguments that come after the
-command.
+ We use the term @dfn{prefix argument} to emphasize that you type
+such arguments before the command, and to distinguish them from
+minibuffer arguments (@pxref{Minibuffer}), which are entered after
+invoking the command.
@node Repeating
@section Repeating a Command