Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/lisp/emacs: emacs.xml
Date: Wed, 03 Sep 2008 11:52:58
Message-Id: E1Kaquu-0001sN-26@stork.gentoo.org
1 opfer 08/09/03 11:52:56
2
3 Modified: emacs.xml
4 Log:
5 fix a typo, reported in bug 187332
6
7 Revision Changes Path
8 1.90 xml/htdocs/proj/en/lisp/emacs/emacs.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.90&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.90&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?r1=1.89&r2=1.90
13
14 Index: emacs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v
17 retrieving revision 1.89
18 retrieving revision 1.90
19 diff -u -r1.89 -r1.90
20 --- emacs.xml 3 Sep 2008 11:12:55 -0000 1.89
21 +++ emacs.xml 3 Sep 2008 11:52:55 -0000 1.90
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.89 2008/09/03 11:12:55 opfer Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.90 2008/09/03 11:52:55 opfer Exp $ -->
27
28 <guide link="/proj/en/lisp/emacs/emacs.xml" lang="en">
29 <title>GNU Emacs on Gentoo</title>
30 @@ -362,7 +362,7 @@
31 a few packages. If used, it always loads the whole package and makes
32 Emacs start-up really slow, so the autoload mechanism is the preferred
33 way. The <path>elisp-common</path> eclass has functions to generate
34 -an autoload file if none is shipped is with the package but the
35 +an autoload file if none is shipped with the package but the
36 functionality is available in the source nonetheless. For more
37 information about the mechanism see the
38 <uri link="http://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload.html#Autoload">