aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin Ryde2009-11-28 20:36:05 +0000
committerKevin Ryde2009-11-28 20:36:05 +0000
commitc6d47315357bc8a1e2345d6d941d136debe58b36 (patch)
tree7fd96c529471650e4a6e79c7cb1bf1e21c7ef961 /doc
parentd7117720c988ea26414046f0e0eba9137326f1df (diff)
downloademacs-c6d47315357bc8a1e2345d6d941d136debe58b36.tar.gz
emacs-c6d47315357bc8a1e2345d6d941d136debe58b36.zip
* erc.texi (Development): Correction to git tutorial url.
Diffstat (limited to 'doc')
-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.