comparison man/glossary.texi @ 49592:9cb4cc019296

(Glossary): Correction to Common Lisp cross reference.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Feb 2003 11:44:38 +0000
parents 0e25d6f7c121
children 23a1cea22d13
comparison
equal deleted inserted replaced
49591:315ff0f95c70 49592:9cb4cc019296
202 for creating, aligning and killing comments. @xref{Comments}. 202 for creating, aligning and killing comments. @xref{Comments}.
203 203
204 @item Common Lisp 204 @item Common Lisp
205 Common Lisp is a dialect of Lisp (q.v.@:) much larger and more powerful 205 Common Lisp is a dialect of Lisp (q.v.@:) much larger and more powerful
206 than Emacs Lisp. Emacs provides a subset of Common Lisp in the CL 206 than Emacs Lisp. Emacs provides a subset of Common Lisp in the CL
207 package. @xref{Common Lisp,,, cl, Common Lisp Extensions}. 207 package. @xref{Top, Common Lisp, Overview, cl, Common Lisp Extensions}.
208 208
209 @item Compilation 209 @item Compilation
210 Compilation is the process of creating an executable program from source 210 Compilation is the process of creating an executable program from source
211 code. Emacs has commands for compiling files of Emacs Lisp code 211 code. Emacs has commands for compiling files of Emacs Lisp code
212 (@pxref{Byte Compilation,,, elisp, the Emacs Lisp 212 (@pxref{Byte Compilation,,, elisp, the Emacs Lisp