diff options
author | Ludovic Court`es | 2006-10-12 16:08:38 +0000 |
---|---|---|
committer | Ludovic Court`es | 2006-10-12 16:08:38 +0000 |
commit | 8704dcc76f1419fe915b53d574bf2f8e72a28be8 (patch) | |
tree | b99a63ea7d124db37db7f73c5602a87224a4bee4 /doc/user/prgm.skb | |
parent | e70968b7c7c309ce262794880ddb3a74beb48c64 (diff) | |
download | skribilo-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
Diffstat (limited to 'doc/user/prgm.skb')
-rw-r--r-- | doc/user/prgm.skb | 2 |
1 files changed, 1 insertions, 1 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 |