aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/intro.texi3
2 files changed, 6 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e605d81eb02..f8a929317e6 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2
3 * intro.texi (Lisp History): Replace xref to `cl' manual with
4 inforef.
5
12004-03-12 Richard M. Stallman <rms@gnu.org> 62004-03-12 Richard M. Stallman <rms@gnu.org>
2 7
3 * intro.texi (Version Info): Add arg to emacs-version. 8 * intro.texi (Version Info): Add arg to emacs-version.
diff --git a/lispref/intro.texi b/lispref/intro.texi
index 77c506f294f..cd87735a6f4 100644
--- a/lispref/intro.texi
+++ b/lispref/intro.texi
@@ -132,8 +132,7 @@ worry about it; this manual is self-contained.
132 132
133@pindex cl 133@pindex cl
134 A certain amount of Common Lisp emulation is available via the 134 A certain amount of Common Lisp emulation is available via the
135@file{cl} library. @xref{Top,, Overview, cl, Common Lisp 135@file{cl} library. @inforef{Top, Overview, cl}.
136Extensions}.
137 136
138 Emacs Lisp is not at all influenced by Scheme; but the GNU project has 137 Emacs Lisp is not at all influenced by Scheme; but the GNU project has
139an implementation of Scheme, called Guile. We use Guile in all new GNU 138an implementation of Scheme, called Guile. We use Guile in all new GNU