summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/automake.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba1af2b34..249c509ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-25 Thien-Thi Nguyen <ttn@gnuvola.org>
+
+ Small doc fix.
+ * doc/automake.texi (Public Macros): Close open paren.
+
2008-06-18 Rafael Espindola <espindola@google.com>
* config-ml.in: don't handle --enable-shared and --enable-static.
diff --git a/doc/automake.texi b/doc/automake.texi
index c9c631c69..e4da0b4c7 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -3678,7 +3678,7 @@ however, you should be able to use @kbd{C-c} to kill the test. In
order to avoid problems, you can set @env{EMACS} to ``no'' in the
environment, or use the @option{--with-lispdir} option to
@command{configure} to explicitly set the correct path (if you're sure
-you have an @command{emacs} that supports Emacs Lisp.
+you have an @command{emacs} that supports Emacs Lisp).
@item AM_PROG_AS
@acindex AM_PROG_AS