diff options
| author | Dani Moncayo | 2012-10-10 10:52:55 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-10-10 10:52:55 +0800 |
| commit | d8e213ebe37ae306581bb7030f62b66fff18625b (patch) | |
| tree | b6e5ab0de726d0b06e783d0e4fd0335772ae30fa | |
| parent | 5683d7cd9d2928860fd5f117ebf67dd7b6e2d442 (diff) | |
| download | emacs-d8e213ebe37ae306581bb7030f62b66fff18625b.tar.gz emacs-d8e213ebe37ae306581bb7030f62b66fff18625b.zip | |
* doc/emacs/basic.texi (Arguments): Fix typos.
Also, remove "tiny change" tags from ChangeLogs; Dani Moncayo now has
a copyright assignment.
| -rw-r--r-- | doc/emacs/ChangeLog | 10 | ||||
| -rw-r--r-- | doc/emacs/basic.texi | 11 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 |
3 files changed, 15 insertions, 10 deletions
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 @@ | |||
| 1 | 2012-10-10 Dani Moncayo <dmoncayo@gmail.com> | ||
| 2 | |||
| 3 | * basic.texi (Arguments): Fix typos. | ||
| 4 | |||
| 1 | 2012-10-08 Glenn Morris <rgm@gnu.org> | 5 | 2012-10-08 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header. | 7 | * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header. |
| @@ -425,7 +429,7 @@ | |||
| 425 | * misc.texi (emacsclient Options): Add cross-reference to "Windows | 429 | * misc.texi (emacsclient Options): Add cross-reference to "Windows |
| 426 | Startup". (Bug#11091) | 430 | Startup". (Bug#11091) |
| 427 | 431 | ||
| 428 | 2012-04-02 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | 432 | 2012-04-02 Dani Moncayo <dmoncayo@gmail.com> |
| 429 | 433 | ||
| 430 | * custom.texi (Changing a Variable): Fix example. | 434 | * custom.texi (Changing a Variable): Fix example. |
| 431 | 435 | ||
| @@ -458,7 +462,7 @@ | |||
| 458 | * mule.texi (International Chars): | 462 | * mule.texi (International Chars): |
| 459 | etc/HELLO is for character demonstration. | 463 | etc/HELLO is for character demonstration. |
| 460 | 464 | ||
| 461 | 2012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | 465 | 2012-03-15 Dani Moncayo <dmoncayo@gmail.com> |
| 462 | 466 | ||
| 463 | * dired.texi (Shell Commands in Dired): Fix typo. | 467 | * dired.texi (Shell Commands in Dired): Fix typo. |
| 464 | 468 | ||
| @@ -485,7 +489,7 @@ | |||
| 485 | * macos.texi (Mac / GNUstep Customization): Remove text about | 489 | * macos.texi (Mac / GNUstep Customization): Remove text about |
| 486 | ns-find-file and ns-drag-file (Bug#5855, Bug#10050). | 490 | ns-find-file and ns-drag-file (Bug#5855, Bug#10050). |
| 487 | 491 | ||
| 488 | 2012-02-25 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | 492 | 2012-02-25 Dani Moncayo <dmoncayo@gmail.com> |
| 489 | 493 | ||
| 490 | * buffers.texi (Select Buffer): Mention that saving in a new file | 494 | * buffers.texi (Select Buffer): Mention that saving in a new file |
| 491 | name can switch to a different major mode. | 495 | 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}. | |||
| 757 | value. For example, the command @kbd{M-q} (@code{fill-paragraph}) | 757 | value. For example, the command @kbd{M-q} (@code{fill-paragraph}) |
| 758 | fills text; with an argument, it justifies the text as well. | 758 | fills text; with an argument, it justifies the text as well. |
| 759 | (@xref{Filling}, for more information on @kbd{M-q}.) For these | 759 | (@xref{Filling}, for more information on @kbd{M-q}.) For these |
| 760 | commands, it is enough to the argument with a single @kbd{C-u}. | 760 | commands, it is enough to specify the argument with a single |
| 761 | @kbd{C-u}. | ||
| 761 | 762 | ||
| 762 | Some commands use the value of the argument as a repeat count, but | 763 | Some commands use the value of the argument as a repeat count, but |
| 763 | do something special when there is no argument. For example, the | 764 | 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 | |||
| 776 | more convenient, and they are documented in that command's | 777 | more convenient, and they are documented in that command's |
| 777 | documentation string. | 778 | documentation string. |
| 778 | 779 | ||
| 779 | We use the term ``prefix argument'' as well as ``numeric argument'', | 780 | We use the term @dfn{prefix argument} to emphasize that you type |
| 780 | to emphasize that you type these argument before the command, and to | 781 | such arguments before the command, and to distinguish them from |
| 781 | distinguish them from minibuffer arguments that come after the | 782 | minibuffer arguments (@pxref{Minibuffer}), which are entered after |
| 782 | command. | 783 | invoking the command. |
| 783 | 784 | ||
| 784 | @node Repeating | 785 | @node Repeating |
| 785 | @section Repeating a Command | 786 | @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 @@ | |||
| 1978 | * numbers.texi (Integer Basics): Add indexing for | 1978 | * numbers.texi (Integer Basics): Add indexing for |
| 1979 | most-positive-fixnum and most-negative-fixnum. (Bug#9525) | 1979 | most-positive-fixnum and most-negative-fixnum. (Bug#9525) |
| 1980 | 1980 | ||
| 1981 | 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | 1981 | 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> |
| 1982 | 1982 | ||
| 1983 | * lists.texi (Sets And Lists): Fix typo. (Bug#9393) | 1983 | * lists.texi (Sets And Lists): Fix typo. (Bug#9393) |
| 1984 | 1984 | ||
| @@ -1987,7 +1987,7 @@ | |||
| 1987 | * processes.texi (Network Servers): Clarify what the process | 1987 | * processes.texi (Network Servers): Clarify what the process |
| 1988 | buffer is used for (bug#9233). | 1988 | buffer is used for (bug#9233). |
| 1989 | 1989 | ||
| 1990 | 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | 1990 | 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> |
| 1991 | 1991 | ||
| 1992 | * lists.texi (Building Lists): Fix typo. | 1992 | * lists.texi (Building Lists): Fix typo. |
| 1993 | 1993 | ||