diff options
author | Arun Isaac | 2021-10-01 15:04:45 +0530 |
---|---|---|
committer | Arun Isaac | 2021-10-01 15:07:16 +0530 |
commit | dd7a551a40c4ee9c736fe27a029bfcf93d333f17 (patch) | |
tree | f4d84dd4b2548eaf33610e0604f7793d0547358d | |
parent | 525d57be66f4c3ee4396e8042ffba1b5b291bb7c (diff) | |
download | skribilo-dd7a551a40c4ee9c736fe27a029bfcf93d333f17.tar.gz skribilo-dd7a551a40c4ee9c736fe27a029bfcf93d333f17.tar.lz skribilo-dd7a551a40c4ee9c736fe27a029bfcf93d333f17.zip |
doc: Remove redundant footnote.
The text already says that any valid Scheme code is allowed. It is
redundant to mention again that any valid GNU Guile Scheme code is
allowed.
* doc/user/start.skb (Dynamic Documents)[Simple Computations]: Remove
redundant footnote.
-rw-r--r-- | doc/user/start.skb | 4 |
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. |