aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/erc.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 44c33a36c15..261a0daeb8f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -3,6 +3,8 @@
3 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a 3 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4 @pxref, now eieio is in emacs. 4 @pxref, now eieio is in emacs.
5 5
6 * erc.texi (Development): Correction to git tutorial url.
7
62009-11-26 Glenn Morris <rgm@gnu.org> 82009-11-26 Glenn Morris <rgm@gnu.org>
7 9
8 * faq.texi (Latest version of Emacs): Mention stability of development 10 * faq.texi (Latest version of Emacs): Mention stability of development
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
index 09e9479449e..a320df12473 100644
--- a/doc/misc/erc.texi
+++ b/doc/misc/erc.texi
@@ -175,7 +175,7 @@ contribute to ERC development, it is highly recommended that you use
175git. 175git.
176 176
177If you are new to git, you might find this tutorial helpful: 177If you are new to git, you might find this tutorial helpful:
178@uref{http://www.kernel.org/pub/software/scm/git/docs/tutorial.html}. 178@uref{http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html}.
179 179
180Downloading ERC with git and staying up-to-date involves the following 180Downloading ERC with git and staying up-to-date involves the following
181steps. 181steps.