]> code.delx.au - gnu-emacs/blobdiff - modules/modhelp.py
Remove now-inaccurate bytecode comments
[gnu-emacs] / modules / modhelp.py
index 2210030ecd649231ea3856e7251932f26c22793b..5d8f89b31bc1f0f4bd40137eca817b656d9093e2 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Module helper script.
 
-# Copyright 2015 Free Software Foundation, Inc.
+# Copyright 2015-2016 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -121,7 +121,7 @@ def main():
     initp = subp.add_parser('init', help='create a test module from a template')
     initp.add_argument('module', help='name of the new module')
     initp.add_argument('-f', '--fun', default='fun',
-                       help='overide name of the default function')
+                       help='override name of the default function')
     initp.set_defaults(func=cmd_init)
 
     args = mainp.parse_args()