diff options
| author | Eric S. Raymond | 2014-10-31 11:03:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-31 11:03:23 +0200 |
| commit | cac77f92e3861e81d5fe96b4b857fd9d243032e2 (patch) | |
| tree | a8a9ae3aebf4c4c2be2957a06a76730b31a879bd /admin/check-doc-strings | |
| parent | 792faabe7a17a8f2fc2dd21076b69de2fc3edb65 (diff) | |
| download | emacs-cac77f92e3861e81d5fe96b4b857fd9d243032e2.tar.gz emacs-cac77f92e3861e81d5fe96b4b857fd9d243032e2.zip | |
Backport changes in preparation for git migration from trunk.
admin: Changes in several documents.
autogen.sh: Neutralize language specific to a repository type.
doc/misc/efaq-w32.texi: Neutralized language specific to a repository type.
doc/misc/gnus-coding.txt: Neutralized language specific to a repository type.
lisp/Makefile.in: Change some production names so they're neutral
about the repository type.
Diffstat (limited to 'admin/check-doc-strings')
| -rwxr-xr-x | admin/check-doc-strings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/check-doc-strings b/admin/check-doc-strings index a0b5acb623f..13e8b0cd8e7 100755 --- a/admin/check-doc-strings +++ b/admin/check-doc-strings | |||
| @@ -18,7 +18,7 @@ formal parameters, docstrings, and lispref texi. | |||
| 18 | This program is in the public domain.\n"; | 18 | This program is in the public domain.\n"; |
| 19 | 19 | ||
| 20 | die $usage if @ARGV; | 20 | die $usage if @ARGV; |
| 21 | die $usage unless -r "src/alloc.c" && -d ".bzr" && -d "lisp"; | 21 | die $usage unless -r "src/alloc.c" && -d "lisp"; |
| 22 | 22 | ||
| 23 | my %texi_funtype; | 23 | my %texi_funtype; |
| 24 | my %texi_arglist; | 24 | my %texi_arglist; |