summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvindarel <vindarel@mailz.org>2020-01-03 18:21:24 +0100
committervindarel <vindarel@mailz.org>2020-01-03 18:22:13 +0100
commit6cac61f5befe1e52674e8a053dc3ba4761feee76 (patch)
tree71ab0b8637cc3781dc7d0f7db6eea941a31d1acb
parentdc690ac2eff16c32f01b502cd92101eb85d40b08 (diff)
MANUAL.org: don't mention Next version ("from Next v 1.x.y,…")1.4.0
-rw-r--r--documents/MANUAL.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/documents/MANUAL.org b/documents/MANUAL.org
index 8706b76de..6bb48ab51 100644
--- a/documents/MANUAL.org
+++ b/documents/MANUAL.org
@@ -495,11 +495,14 @@ directly within Next. Docstrings will appear in a new help buffer.
2. ~C-h c~: Look up a command docstring
** Eval Lisp forms
-Next 1.4 comes with a =--eval EXPR== command line argument that allows
-you to execute a Lisp expression:
+The command line option =--eval EXPR== allows you to execute a Lisp
+expression:
: next --eval '(format t "hello Next!")'
+The plateform port is not started. If you want to execute commands
+against a running Next process, see the =sart-swank= command and the
+developer setup.
** SLIME with a compiled version of Next
=SLIME= provides a way of interacting with Next, and with Lisp code in