From 2e657baa195eb8a5011a0f08eeb32bd3396ea1bf Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 25 Jun 2020 12:13:32 +0200 Subject: 2020-06-25 10:58:00 --- doc/context/sources/general/manuals/cld/cld-macros.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/context/sources/general/manuals/cld/cld-macros.tex') diff --git a/doc/context/sources/general/manuals/cld/cld-macros.tex b/doc/context/sources/general/manuals/cld/cld-macros.tex index a177db9f8..7b6f578e7 100644 --- a/doc/context/sources/general/manuals/cld/cld-macros.tex +++ b/doc/context/sources/general/manuals/cld/cld-macros.tex @@ -128,9 +128,9 @@ local function startmore(opt_1) context.startnarrower() end -local function stopmore(opt_1) +local function stopmore() context.stopnarrower() - context("stop more, options: %s",interfaces.tolist(opt_1)) + context("stop more") context.stopnarrower() end @@ -175,7 +175,7 @@ If needed you can access the body of a macro. Take for instance: \typebuffer \getbuffer -The following example demonsttaies how we can look inside these macros. You need +The following example demonstrates how we can look inside these macros. You need to be aware of the fact that the whole blob of \LUA\ codes is finished before we return to \TEX, so when we pipe the meaning of \type {TestB} back to \TEX\ it only gets expanded afterwards. We can use a function to get back to \LUA. It's -- cgit v1.2.3