diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-10-27 20:02:28 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-10-27 20:02:28 +0200 |
commit | e4f075f055e8bb5278ecfe9103f39a7298ed0dc0 (patch) | |
tree | fb555e9d27329e4952570596cf1b5cee27902e5a /glep-mode.el | |
parent | Fix typo in ChangeLog. (diff) | |
download | ebuild-mode-e4f075f055e8bb5278ecfe9103f39a7298ed0dc0.tar.gz ebuild-mode-e4f075f055e8bb5278ecfe9103f39a7298ed0dc0.tar.bz2 ebuild-mode-e4f075f055e8bb5278ecfe9103f39a7298ed0dc0.zip |
Update glep-mode template text from GLEP 2.
* glep-mode.el (glep-mode-insert-skeleton): Update from GLEP 2.
Inclusion of that modification under GPL-2+ acked by mgorny.
Diffstat (limited to 'glep-mode.el')
-rw-r--r-- | glep-mode.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/glep-mode.el b/glep-mode.el index 6f83ca3..4c7f81b 100644 --- a/glep-mode.el +++ b/glep-mode.el @@ -232,11 +232,12 @@ directions below. yours depends on. Don't add this header if your dependent feature is described in a Final GLEP. -- Add a Replaces header if your GLEP obsoletes an earlier GLEP. The value - of this header is the number of the GLEP that your new GLEP is replacing. - Only add this header if the older GLEP is in \"final\" form, i.e. is either - Accepted, Final, or Rejected. You aren't replacing an older open GLEP - if you're submitting a competing idea. +- Add a Replaces header if your GLEP obsoletes one or more earlier GLEPs. + The value of this header is the numbers of the GLEPs that your new GLEP + is replacing, separated by commas. Only add this header if the older + GLEP is in \"final\" form, i.e. is either Accepted, Final, or Rejected. + You aren't replacing an older open GLEP if you're submitting a competing + idea. - Now write your Abstract, Rationale, and other content for your GLEP, replacing all of this gobbledygook with your own text. Be sure to adhere |