diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-10-26 11:54:03 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-10-26 11:54:03 -0400 |
commit | 5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1 (patch) | |
tree | d4e1e38bfd171e641516ed2628560b6aaf935858 /autogen.sh | |
parent | 3c723fc779b6360e5d57685e2f13348bf298b8ae (diff) | |
download | emacs-5a9bbd17c953698a96655ca7f5a3d5fafb90a1d1.tar.gz |
Neutralize language specific to a VCS type.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index ff04c756409..1945e8120b3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -145,7 +145,7 @@ if [ x"$missing" != x ]; then cat <<EOF -Building Emacs from Bzr requires the following specialized programs: +Building Emacs from the repository requires the following specialized programs: EOF for prog in $progs; do |