From: Dani Moncayo Date: Wed, 10 Oct 2012 02:52:55 +0000 (+0800) Subject: * doc/emacs/basic.texi (Arguments): Fix typos. X-Git-Tag: emacs-24.2.90~237^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8e213ebe37ae306581bb7030f62b66fff18625b;p=emacs.git * doc/emacs/basic.texi (Arguments): Fix typos. Also, remove "tiny change" tags from ChangeLogs; Dani Moncayo now has a copyright assignment. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 87ff64b576d..3aad65f7bed 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-10-10 Dani Moncayo + + * basic.texi (Arguments): Fix typos. + 2012-10-08 Glenn Morris * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header. @@ -425,7 +429,7 @@ * misc.texi (emacsclient Options): Add cross-reference to "Windows Startup". (Bug#11091) -2012-04-02 Dani Moncayo (tiny change) +2012-04-02 Dani Moncayo * custom.texi (Changing a Variable): Fix example. @@ -458,7 +462,7 @@ * mule.texi (International Chars): etc/HELLO is for character demonstration. -2012-03-15 Dani Moncayo (tiny change) +2012-03-15 Dani Moncayo * dired.texi (Shell Commands in Dired): Fix typo. @@ -485,7 +489,7 @@ * macos.texi (Mac / GNUstep Customization): Remove text about ns-find-file and ns-drag-file (Bug#5855, Bug#10050). -2012-02-25 Dani Moncayo (tiny change) +2012-02-25 Dani Moncayo * buffers.texi (Select Buffer): Mention that saving in a new file name can switch to a different major mode. 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 diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7609efb8ac9..974a0d67192 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1978,7 +1978,7 @@ * numbers.texi (Integer Basics): Add indexing for most-positive-fixnum and most-negative-fixnum. (Bug#9525) -2011-09-14 Dani Moncayo (tiny change) +2011-09-14 Dani Moncayo * lists.texi (Sets And Lists): Fix typo. (Bug#9393) @@ -1987,7 +1987,7 @@ * processes.texi (Network Servers): Clarify what the process buffer is used for (bug#9233). -2011-08-30 Dani Moncayo (tiny change) +2011-08-30 Dani Moncayo * lists.texi (Building Lists): Fix typo.