1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* Grammatical correction: change are' to is' in guile.m4 docstring.

This commit is contained in:
Neil Jerram 2002-03-08 13:18:59 +00:00
parent a3f0622d5d
commit e12ed7aa92
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
* guile.m4 (GUILE_PROGS): In docstring, change `are' to `is'.
2002-01-02 Thien-Thi Nguyen <ttn@glug.org>
* guile.m4: Rewrite comments in texi.

View file

@ -67,7 +67,7 @@
# This macro looks for programs @code{guile}, @code{guile-config} and
# @code{guile-tools}, and sets variables @var{GUILE}, @var{GUILE_CONFIG} and
# @var{GUILE_TOOLS}, to their paths, respectively. If either of the first two
# are not found, signal error.
# is not found, signal error.
#
# The variables are marked for substitution, as by @code{AC_SUBST}.
#