]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove references to elpa in forward-diffs.py
authorGlenn Morris <rgm@gnu.org>
Wed, 23 May 2012 20:26:36 +0000 (16:26 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 May 2012 20:26:36 +0000 (16:26 -0400)
admin/forward-diffs.py

index 2cda897921538aed4bf5ba392a9e23ee3daed7a8..5648f4270b7877cc1b2460ef224a06e3fd3376d7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-### forward-diffs.py --- forward emacs-elpa-diffs mails to maintainers
+### forward-diffs.py --- forward emacs-diffs mails to maintainers
 
 ## Copyright (C) 2012 Free Software Foundation, Inc.
 
@@ -20,7 +20,7 @@
 
 ### Commentary:
 
-## Forward emails from the emacs-elpa-diffs mailing list to the
+## Forward emails from an emacs-diffs style mailing list to the
 ## maintainer(s) of the modified files.
 
 ## Two modes of operation:
@@ -161,7 +161,7 @@ def scan_dir(dir, outfile=None):
 
 usage="""usage: %prog <-p /path/to/packages> <-m maintfile>
    <-l logfile -s sender|--create> [-o overmaintfile] [--sendmail] [--debug]
-Take a GNU ELPA diff on stdin, and forward it to the maintainer(s)."""
+Take an emacs-diffs mail on stdin, and forward it to the maintainer(s)."""
 
 parser = optparse.OptionParser()
 parser.set_usage ( usage )
@@ -262,7 +262,7 @@ stdin = sys.stdin
 text = stdin.read()
 
 
-resent_via = 'GNU ELPA diff forwarder'
+resent_via = 'GNU Emacs diff forwarder'
 
 message = email.message_from_string( text )