1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

Typo and formatting

* doc/ref/intro.texi (Introduction): "onScheme" -> "on Scheme".  Add
  blank lines around @itemize block - looks better in Info.
This commit is contained in:
Neil Jerram 2009-12-19 23:49:23 +00:00
parent cdda4e0a3d
commit 84d86e7453

View file

@ -17,13 +17,14 @@ Revised$^n$
@ifnottex @ifnottex
Revised^n Revised^n
@end ifnottex @end ifnottex
Reports onScheme). Reports on Scheme).
Unlike -- for example -- Python or Perl, Scheme has no benevolent Unlike -- for example -- Python or Perl, Scheme has no benevolent
dictator. There are many Scheme implementations, with different dictator. There are many Scheme implementations, with different
characteristics and with communities and academic activities around characteristics and with communities and academic activities around
them, and the language develops as a result of the interplay between them, and the language develops as a result of the interplay between
these. Guile's particular characteristics are that these. Guile's particular characteristics are that
@itemize @itemize
@item @item
it is easy to combine with other code written in C it is easy to combine with other code written in C
@ -34,6 +35,7 @@ it emphasizes interactive and incremental programming
@item @item
it actually supports several languages, not just Scheme. it actually supports several languages, not just Scheme.
@end itemize @end itemize
@noindent @noindent
The next few sections explain what we mean by these points. The The next few sections explain what we mean by these points. The
sections after that cover how you can obtain and install Guile, a tour sections after that cover how you can obtain and install Guile, a tour