Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1410 - gentoo-syntax
Date: Tue, 08 Sep 2009 22:23:18
Message-Id: E1Ml95p-00010r-G8@stork.gentoo.org
1 Author: ulm
2 Date: 2009-09-08 22:23:17 +0000 (Tue, 08 Sep 2009)
3 New Revision: 1410
4
5 Modified:
6 gentoo-syntax/gentoo-syntax.el
7 Log:
8 Change wording of function doc string.
9
10 Modified: gentoo-syntax/gentoo-syntax.el
11 ===================================================================
12 --- gentoo-syntax/gentoo-syntax.el 2009-09-07 09:57:59 UTC (rev 1409)
13 +++ gentoo-syntax/gentoo-syntax.el 2009-09-08 22:23:17 UTC (rev 1410)
14 @@ -394,7 +394,7 @@
15 ;;; Skeleton support.
16
17 (define-skeleton ebuild-mode-insert-skeleton
18 - "Insert a starting point for an ebuild."
19 + "Insert a statement skeleton for a new ebuild."
20 nil
21 "# Copyright 1999-" (format-time-string "%Y") " Gentoo Foundation\n"
22 "# Distributed under the terms of the GNU General Public License v2\n"