diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-03-15 02:41:11 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-03-15 02:41:11 +0000 |
commit | 0eeca3c1498bba87bdbb2da0615a455501d9488e (patch) | |
tree | 553c2f1340ca2533a46b73f3fbb01ce2236ad16a /lispref/intro.texi | |
parent | 9062aa89280313141eb171c2842f5c9e81b6a781 (diff) | |
download | emacs-0eeca3c1498bba87bdbb2da0615a455501d9488e.tar.gz |
(Lisp History): Replace xref to `cl' manual with inforef.
Diffstat (limited to 'lispref/intro.texi')
-rw-r--r-- | lispref/intro.texi | 3 |
1 files changed, 1 insertions, 2 deletions
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. @pindex cl A certain amount of Common Lisp emulation is available via the -@file{cl} library. @xref{Top,, Overview, cl, Common Lisp -Extensions}. +@file{cl} library. @inforef{Top, Overview, cl}. Emacs Lisp is not at all influenced by Scheme; but the GNU project has an implementation of Scheme, called Guile. We use Guile in all new GNU |