diff options
| author | Juanma Barranquero | 2010-01-17 03:22:44 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-17 03:22:44 +0100 |
| commit | 16c3428ade5b35ae16a0f24fc0a8ce5b96f95342 (patch) | |
| tree | 7d73f888ce5dbda43539ccef533aa8db57b1ce4a | |
| parent | 116bd1ee3b91b4b9ad2361f689f2c47e09839591 (diff) | |
| download | emacs-16c3428ade5b35ae16a0f24fc0a8ce5b96f95342.tar.gz emacs-16c3428ade5b35ae16a0f24fc0a8ce5b96f95342.zip | |
Fix typos in info documentation.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/ede.texi | 6 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 471d57ed11b..98c696aaa29 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-01-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ede.texi (ede-step-project, ede-proj-target): | ||
| 4 | * tramp.texi (Remote processes): Fix typos. | ||
| 5 | |||
| 1 | 2010-01-16 Mario Lang <mlang@delysid.org> | 6 | 2010-01-16 Mario Lang <mlang@delysid.org> |
| 2 | 7 | ||
| 3 | * ede.texi (ede-target): | 8 | * ede.texi (ede-target): |
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index bfeef343f09..a40553362bd 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -1728,7 +1728,7 @@ The variable GNUSTEP_INSTALLATION_DOMAIN is set at this value. | |||
| 1728 | Type: @code{(or null list)} @* | 1728 | Type: @code{(or null list)} @* |
| 1729 | Default Value: @code{(quote ("GNUmakefile.preamble"))} | 1729 | Default Value: @code{(quote ("GNUmakefile.preamble"))} |
| 1730 | 1730 | ||
| 1731 | The auxilliary makefile for additional variables. | 1731 | The auxiliary makefile for additional variables. |
| 1732 | Included just before the specific target files. | 1732 | Included just before the specific target files. |
| 1733 | @refill | 1733 | @refill |
| 1734 | 1734 | ||
| @@ -1736,7 +1736,7 @@ Included just before the specific target files. | |||
| 1736 | Type: @code{(or null list)} @* | 1736 | Type: @code{(or null list)} @* |
| 1737 | Default Value: @code{(quote ("GNUmakefile.postamble"))} | 1737 | Default Value: @code{(quote ("GNUmakefile.postamble"))} |
| 1738 | 1738 | ||
| 1739 | The auxilliary makefile for additional rules. | 1739 | The auxiliary makefile for additional rules. |
| 1740 | Included just after the specific target files. | 1740 | Included just after the specific target files. |
| 1741 | @refill | 1741 | @refill |
| 1742 | 1742 | ||
| @@ -2083,7 +2083,7 @@ Relative to the path of the project it belongs to. | |||
| 2083 | Type: @code{list} @* | 2083 | Type: @code{list} @* |
| 2084 | Default Value: @code{nil} | 2084 | Default Value: @code{nil} |
| 2085 | 2085 | ||
| 2086 | Auxilliary source files included in this target. | 2086 | Auxiliary source files included in this target. |
| 2087 | Each of these is considered equivalent to a source file, but it is not | 2087 | Each of these is considered equivalent to a source file, but it is not |
| 2088 | distributed, and each should have a corresponding rule to build it. | 2088 | distributed, and each should have a corresponding rule to build it. |
| 2089 | @refill | 2089 | @refill |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 02e079b8ad5..ff686ee03d4 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2562,7 +2562,7 @@ hosts. Example: | |||
| 2562 | @end example | 2562 | @end example |
| 2563 | 2563 | ||
| 2564 | You will see the buffer @file{*Async Shell Command*}, containing the | 2564 | You will see the buffer @file{*Async Shell Command*}, containing the |
| 2565 | continous output of the @command{tail} command. | 2565 | continuous output of the @command{tail} command. |
| 2566 | 2566 | ||
| 2567 | 2567 | ||
| 2568 | @subsection Running eshell on a remote host | 2568 | @subsection Running eshell on a remote host |