]> code.delx.au - gnu-emacs/blobdiff - admin/check-doc-strings
Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ru
[gnu-emacs] / admin / check-doc-strings
index ce2166fce8118f3384aedf63333cb369d72a5105..ef4b203cd79077ad5bc35cf38cd68e7a6ce22f01 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,4 +301,3 @@ foreach my $fun (sort keys %texi_funtype) {
   }
 }
 
-# arch-tag: e75331f5-5d1b-4393-ad5b-b0f87b5d47b0