aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Court`es2006-10-12 16:08:38 +0000
committerLudovic Court`es2006-10-12 16:08:38 +0000
commit8704dcc76f1419fe915b53d574bf2f8e72a28be8 (patch)
treeb99a63ea7d124db37db7f73c5602a87224a4bee4
parente70968b7c7c309ce262794880ddb3a74beb48c64 (diff)
downloadskribilo-8704dcc76f1419fe915b53d574bf2f8e72a28be8.tar.gz
skribilo-8704dcc76f1419fe915b53d574bf2f8e72a28be8.tar.lz
skribilo-8704dcc76f1419fe915b53d574bf2f8e72a28be8.zip
doc: Fixed the Fibonacci example in ``Computer Programs''.
* doc/user/prgm.skb: Use title case for the chapter title. * doc/user/src/prgm2.skb: Fixed the line numbers for `fib'. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-4
-rw-r--r--doc/user/prgm.skb2
-rw-r--r--doc/user/src/prgm2.skb4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/prgm.skb b/doc/user/prgm.skb
index 6fb44c9..1007268 100644
--- a/doc/user/prgm.skb
+++ b/doc/user/prgm.skb
@@ -29,7 +29,7 @@
;*---------------------------------------------------------------------*/
;* Computer programs */
;*---------------------------------------------------------------------*/
-(chapter :title "Computer programs"
+(chapter :title "Computer Programs"
(p [It is common that some parts of a Skribe text represent other
texts. For instance, for a document describing a computer programming
diff --git a/doc/user/src/prgm2.skb b/doc/user/src/prgm2.skb
index 5b5644b..2996cc8 100644
--- a/doc/user/src/prgm2.skb
+++ b/doc/user/src/prgm2.skb
@@ -5,8 +5,8 @@
;!start
(frame :width 100.
- (prog :line 11 :mark #f
- (source :language skribe :file "prgm.skb" :start 11 :stop 24)))
+ (prog :line 21 :mark #f
+ (source :language skribe :file "prgm.skb" :start 20 :stop 27)))
;!stop
(p [Here is the source of the frame above:])