diff options
| author | Paul Eggert | 2016-01-30 11:43:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:43:26 -0800 |
| commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
| tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /admin | |
| parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
| parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) | |
| download | emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip | |
-
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/check-doc-strings | 3 |
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 -*- |
| 2 | eval 'exec perl -S $0 ${1+"$@"}' # Portability kludge | 2 | eval '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 | |||