aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-17 03:22:44 +0100
committerJuanma Barranquero2010-01-17 03:22:44 +0100
commit16c3428ade5b35ae16a0f24fc0a8ce5b96f95342 (patch)
tree7d73f888ce5dbda43539ccef533aa8db57b1ce4a
parent116bd1ee3b91b4b9ad2361f689f2c47e09839591 (diff)
downloademacs-16c3428ade5b35ae16a0f24fc0a8ce5b96f95342.tar.gz
emacs-16c3428ade5b35ae16a0f24fc0a8ce5b96f95342.zip
Fix typos in info documentation.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/ede.texi6
-rw-r--r--doc/misc/tramp.texi2
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 @@
12010-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
12010-01-16 Mario Lang <mlang@delysid.org> 62010-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.
1728Type: @code{(or null list)} @* 1728Type: @code{(or null list)} @*
1729Default Value: @code{(quote ("GNUmakefile.preamble"))} 1729Default Value: @code{(quote ("GNUmakefile.preamble"))}
1730 1730
1731The auxilliary makefile for additional variables. 1731The auxiliary makefile for additional variables.
1732Included just before the specific target files. 1732Included just before the specific target files.
1733@refill 1733@refill
1734 1734
@@ -1736,7 +1736,7 @@ Included just before the specific target files.
1736Type: @code{(or null list)} @* 1736Type: @code{(or null list)} @*
1737Default Value: @code{(quote ("GNUmakefile.postamble"))} 1737Default Value: @code{(quote ("GNUmakefile.postamble"))}
1738 1738
1739The auxilliary makefile for additional rules. 1739The auxiliary makefile for additional rules.
1740Included just after the specific target files. 1740Included 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.
2083Type: @code{list} @* 2083Type: @code{list} @*
2084Default Value: @code{nil} 2084Default Value: @code{nil}
2085 2085
2086Auxilliary source files included in this target. 2086Auxiliary source files included in this target.
2087Each of these is considered equivalent to a source file, but it is not 2087Each of these is considered equivalent to a source file, but it is not
2088distributed, and each should have a corresponding rule to build it. 2088distributed, 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
2564You will see the buffer @file{*Async Shell Command*}, containing the 2564You will see the buffer @file{*Async Shell Command*}, containing the
2565continous output of the @command{tail} command. 2565continuous 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