Fix comment.
[bpt/emacs.git] / admin / check-doc-strings
index f5f7509..daed292 100755 (executable)
@@ -1,6 +1,9 @@
 : #-*- Perl -*-
 eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge
-    if 0; # Author: Martin Buchholz
+    if 0;
+
+# Author: Martin Buchholz
+# This program is in the public domain.
 
 use strict;
 use POSIX;
@@ -298,3 +301,4 @@ foreach my $fun (sort keys %texi_funtype) {
   }
 }
 
+# arch-tag: e75331f5-5d1b-4393-ad5b-b0f87b5d47b0