+2012-10-10 Dani Moncayo <dmoncayo@gmail.com>
+
+ * basic.texi (Arguments): Fix typos.
+
2012-10-08 Glenn Morris <rgm@gnu.org>
* cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
* misc.texi (emacsclient Options): Add cross-reference to "Windows
Startup". (Bug#11091)
-2012-04-02 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
+2012-04-02 Dani Moncayo <dmoncayo@gmail.com>
* custom.texi (Changing a Variable): Fix example.
* mule.texi (International Chars):
etc/HELLO is for character demonstration.
-2012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
+2012-03-15 Dani Moncayo <dmoncayo@gmail.com>
* dired.texi (Shell Commands in Dired): Fix typo.
* macos.texi (Mac / GNUstep Customization): Remove text about
ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
-2012-02-25 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
+2012-02-25 Dani Moncayo <dmoncayo@gmail.com>
* buffers.texi (Select Buffer): Mention that saving in a new file
name can switch to a different major mode.
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
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
* numbers.texi (Integer Basics): Add indexing for
most-positive-fixnum and most-negative-fixnum. (Bug#9525)
-2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
+2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
* lists.texi (Sets And Lists): Fix typo. (Bug#9393)
* processes.texi (Network Servers): Clarify what the process
buffer is used for (bug#9233).
-2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
+2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
* lists.texi (Building Lists): Fix typo.