]> git.eshelyaron.com Git - emacs.git/commitdiff
(Porting Common Lisp): Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 10 Apr 2005 21:27:34 +0000 (21:27 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 10 Apr 2005 21:27:34 +0000 (21:27 +0000)
man/ChangeLog
man/cl.texi

index 0d3e6e0d7217e186740e20a3419ce36611b7c8d6..6db3896c45728a194e767796a97ff294578e42d3 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * cl.texi (Porting Common Lisp): Fix typo.
+
 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
 
        * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
index 6c52a16b7332ba2251390584fee0106f42803b00..c150e0d2b4d2b3cdae203cde86528f58c3cf1f9e 100644 (file)
@@ -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