aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 11:43:26 -0800
committerPaul Eggert2016-01-30 11:43:26 -0800
commitcb4e054e41cdb7e398351a5ae8224759e721349e (patch)
treeae2bec4f10425bd61e2a90563edc178d382bb4b8 /admin
parente6d575316a42946aac6d83c9587f09afd1a59d98 (diff)
parent60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff)
downloademacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz
emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip
-
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/check-doc-strings3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/check-doc-strings b/admin/check-doc-strings
index 13e8b0cd8e7..63856d32871 100755
--- a/admin/check-doc-strings
+++ b/admin/check-doc-strings
@@ -1,5 +1,5 @@
1: #-*- Perl -*- 1: #-*- Perl -*-
2eval 'exec perl -S $0 ${1+"$@"}' # Portability kludge 2eval 'exec perl -S $0 "$@"' # Portability kludge
3 if 0; 3 if 0;
4 4
5# Author: Martin Buchholz 5# Author: Martin Buchholz
@@ -299,4 +299,3 @@ foreach my $fun (sort keys %texi_funtype) {
299 print "nuke-this-doc: $fun $texi_funtype{$fun}\n"; 299 print "nuke-this-doc: $fun $texi_funtype{$fun}\n";
300 } 300 }
301} 301}
302