[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Small doc fix
From: |
Thien-Thi Nguyen |
Subject: |
[PATCH] Small doc fix |
Date: |
Wed, 25 Jun 2008 06:13:44 +0200 |
* doc/automake.texi (Public Macros): Close open paren.
Signed-off-by: Thien-Thi Nguyen <address@hidden>
---
ChangeLog | 6 ++++++
doc/automake.texi | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6da71e9..c3b786b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-25 Thien-Thi Nguyen <address@hidden>
+
+ Small doc fix.
+
+ * doc/automake.texi (Public Macros): Close open paren.
+
2008-06-18 Ralf Wildenhues <address@hidden>
Introduce macro $(am__mv) to facilitate 'libtool --dry-run'.
diff --git a/doc/automake.texi b/doc/automake.texi
index 47ea2e0..5cb5642 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -3708,7 +3708,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
--
1.5.3.5
- [PATCH] Small doc fix,
Thien-Thi Nguyen <=