about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/user/start.skb4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/user/start.skb b/doc/user/start.skb
index 99554bc..11fc5e3 100644
--- a/doc/user/start.skb
+++ b/doc/user/start.skb
@@ -172,9 +172,7 @@ is generated with the following piece of code:
 
 Here, we use the Scheme function ,(code "sqrt") to compute the square
 root to be inserted in the document. In general, any valid Scheme
-expression is authorized inside a ,(code ",(...)") construct,(footnote
-[Any valid GNU Guile Scheme code may be used inside ,(code ",(...)")
-expressions!]).])
+expression is authorized inside a ,(code ",(...)") construct.])
 
       (p [Another example of
 such a computation is given below.