]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/basic.texi (Arguments): Fix typos.
authorDani Moncayo <dmoncayo@gmail.com>
Wed, 10 Oct 2012 02:52:55 +0000 (10:52 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 10 Oct 2012 02:52:55 +0000 (10:52 +0800)
Also, remove "tiny change" tags from ChangeLogs; Dani Moncayo now has
a copyright assignment.

doc/emacs/ChangeLog
doc/emacs/basic.texi
doc/lispref/ChangeLog

index 87ff64b576de0215f028d6ccd7d78b5d4830293f..3aad65f7bed7e3a6a36636603519e319d144a049 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 42bd2a4fde20f3dc5d8c6370b75ff3807c9c883c..07060db5af2c3b2f0fde95c3c6f396b9af8de5d2 100644 (file)
@@ -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
index 7609efb8ac94534270dc48ee0fac2c93472ea176..974a0d67192a41ede82cb8fa2a0293702439d878 100644 (file)
        * 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.