Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1387 - gentoo-syntax
Date: Wed, 26 Aug 2009 20:30:59
Message-Id: E1MgF1h-0006uB-Dq@stork.gentoo.org
1 Author: fauli
2 Date: 2009-08-26 09:42:45 +0000 (Wed, 26 Aug 2009)
3 New Revision: 1387
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/gentoo-syntax.texi
8 Log:
9 gentoo-syntax: Describe both keywording possibilities
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2009-08-26 09:39:30 UTC (rev 1386)
15 +++ gentoo-syntax/ChangeLog 2009-08-26 09:42:45 UTC (rev 1387)
16 @@ -2,6 +2,7 @@
17
18 * gentoo-syntax.texi (Functions): Describe how to start an ebuild
19 from scratch
20 + (Functions): Describe keywording possibilities
21
22 * ebuild-mode-keywords.el (ebuild-mode-keywords-elisp): Add ebuild
23 phases to highlighted keywords from elisp.eclass
24
25 Modified: gentoo-syntax/gentoo-syntax.texi
26 ===================================================================
27 --- gentoo-syntax/gentoo-syntax.texi 2009-08-26 09:39:30 UTC (rev 1386)
28 +++ gentoo-syntax/gentoo-syntax.texi 2009-08-26 09:42:45 UTC (rev 1387)
29 @@ -95,7 +95,13 @@
30
31 @section Keywording
32 In ebuild-mode an interface to manipulation of the KEYWORDS variable is
33 -provided in two different ways.
34 +provided in two different ways:
35 +@enumerate
36 +@item
37 +Prompt for actions with tab completion or
38 +@item
39 +ekeyword syntax.
40 +@end enumerate
41
42 @section Testing and interfacing with Portage