aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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