comparison man/building.texi @ 69011:975b35e84a88

(Lisp Interaction): Minor addition.
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 Feb 2006 23:34:53 +0000
parents c330cf4601fa
children 89f6168254d0
comparison
equal deleted inserted replaced
69010:6e77ac510943 69011:975b35e84a88
1276 @findex ielm 1276 @findex ielm
1277 An alternative way of evaluating Emacs Lisp expressions interactively 1277 An alternative way of evaluating Emacs Lisp expressions interactively
1278 is to use Inferior Emacs-Lisp mode, which provides an interface rather 1278 is to use Inferior Emacs-Lisp mode, which provides an interface rather
1279 like Shell mode (@pxref{Shell Mode}) for evaluating Emacs Lisp 1279 like Shell mode (@pxref{Shell Mode}) for evaluating Emacs Lisp
1280 expressions. Type @kbd{M-x ielm} to create an @samp{*ielm*} buffer 1280 expressions. Type @kbd{M-x ielm} to create an @samp{*ielm*} buffer
1281 which uses this mode. 1281 which uses this mode. For more information see that command's
1282 documentation.
1282 1283
1283 @node External Lisp 1284 @node External Lisp
1284 @section Running an External Lisp 1285 @section Running an External Lisp
1285 1286
1286 Emacs has facilities for running programs in other Lisp systems. You can 1287 Emacs has facilities for running programs in other Lisp systems. You can