* small documentation updates

This commit is contained in:
djcb
2012-01-06 16:18:18 +02:00
parent 78d52305f6
commit 959e94426d
3 changed files with 13 additions and 10 deletions

View File

@ -34,7 +34,7 @@ programming language.
@menu
* Introduction::
* Getting started::
* Initialization::
* Initializing mu-guile::
* Messages::
* Contacts::
@ -169,8 +169,8 @@ scheme@(guile-user)> (for-each
(mu:message-list "hello"))
@end verbatim
@node Initialization
@chapter Initialization
@node Initializing mu-guile
@chapter Initializing mu-guile
It is of course possible to write separate programs with @t{mu-guile}, but for
now we'll do things @emph{interactively}, i.e., from the Guile-prompt
@ -291,6 +291,7 @@ scheme@(guile-user)> (mu:for-each-message
"subject:coffee")
Re: best coffee ever!
best coffee ever!
Coffee beans
scheme@(guile-user)>
@end verbatim