diff options
| -rw-r--r-- | man/building.texi | 3 |
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. | |||
| 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 |