diff options
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/intro.texi | 3 |
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 @@ | |||
| 1 | 2004-03-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * intro.texi (Lisp History): Replace xref to `cl' manual with | ||
| 4 | inforef. | ||
| 5 | |||
| 1 | 2004-03-12 Richard M. Stallman <rms@gnu.org> | 6 | 2004-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}. |
| 136 | Extensions}. | ||
| 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 |
| 139 | an implementation of Scheme, called Guile. We use Guile in all new GNU | 138 | an implementation of Scheme, called Guile. We use Guile in all new GNU |