aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-19 23:34:53 +0000
committerRichard M. Stallman2006-02-19 23:34:53 +0000
commitb9195b5232c3584969798ca392dfac8bae07a06b (patch)
treebc2527c717cf539a20d8203106421c2c580d7a82
parent07556e354be174160849f5b575ce530c27f09cad (diff)
downloademacs-b9195b5232c3584969798ca392dfac8bae07a06b.tar.gz
emacs-b9195b5232c3584969798ca392dfac8bae07a06b.zip
(Lisp Interaction): Minor addition.
-rw-r--r--man/building.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/building.texi b/man/building.texi
index f8c20003942..a54b0e8b631 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -1278,7 +1278,8 @@ buffer in Lisp Interaction mode.
1278is to use Inferior Emacs-Lisp mode, which provides an interface rather 1278is to use Inferior Emacs-Lisp mode, which provides an interface rather
1279like Shell mode (@pxref{Shell Mode}) for evaluating Emacs Lisp 1279like Shell mode (@pxref{Shell Mode}) for evaluating Emacs Lisp
1280expressions. Type @kbd{M-x ielm} to create an @samp{*ielm*} buffer 1280expressions. Type @kbd{M-x ielm} to create an @samp{*ielm*} buffer
1281which uses this mode. 1281which uses this mode. For more information see that command's
1282documentation.
1282 1283
1283@node External Lisp 1284@node External Lisp
1284@section Running an External Lisp 1285@section Running an External Lisp