aboutsummaryrefslogtreecommitdiffstats
path: root/admin/check-doc-strings
diff options
context:
space:
mode:
authorEric S. Raymond2014-10-31 11:03:23 +0200
committerEli Zaretskii2014-10-31 11:03:23 +0200
commitcac77f92e3861e81d5fe96b4b857fd9d243032e2 (patch)
treea8a9ae3aebf4c4c2be2957a06a76730b31a879bd /admin/check-doc-strings
parent792faabe7a17a8f2fc2dd21076b69de2fc3edb65 (diff)
downloademacs-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-xadmin/check-doc-strings2
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.
18This program is in the public domain.\n"; 18This program is in the public domain.\n";
19 19
20die $usage if @ARGV; 20die $usage if @ARGV;
21die $usage unless -r "src/alloc.c" && -d ".bzr" && -d "lisp"; 21die $usage unless -r "src/alloc.c" && -d "lisp";
22 22
23my %texi_funtype; 23my %texi_funtype;
24my %texi_arglist; 24my %texi_arglist;