aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2005-04-10 21:27:34 +0000
committerThien-Thi Nguyen <[email protected]>2005-04-10 21:27:34 +0000
commit4f79343e097e48b6c99cc8cd042b81758307c3bb (patch)
tree97d24b67b211738a038e3ba7475877cda513596e /man
parentf587e30b7fdd23929d3e6639ad5d81dfeffb0e35 (diff)
(Porting Common Lisp): Fix typo.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/cl.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 0d3e6e0d72..6db3896c45 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-10 Thien-Thi Nguyen <[email protected]>
+
+ * cl.texi (Porting Common Lisp): Fix typo.
+
2005-04-10 Luc Teirlinck <[email protected]>
* rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
diff --git a/man/cl.texi b/man/cl.texi
index 6c52a16b73..c150e0d2b4 100644
--- a/man/cl.texi
+++ b/man/cl.texi
@@ -5144,7 +5144,7 @@ difficult to port large Common Lisp applications to Emacs. For
one, some of the features in this package are not fully compliant
with ANSI or Steele; @pxref{Common Lisp Compatibility}. But there
are also quite a few features that this package does not provide
-at all. Here are some major omissions that you will want watch out
+at all. Here are some major omissions that you will want to watch out
for when bringing Common Lisp code into Emacs.
@itemize @bullet