diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-19 23:49:23 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-19 23:49:23 +0000 |
commit | 84d86e74531bbfd292696eb578910f6c7be51eda (patch) | |
tree | 1b494e18ea32c56422c2892da271441a9b73c092 | |
parent | cdda4e0a3d15e19074f288b2443374835c78277d (diff) | |
download | guile-84d86e74531bbfd292696eb578910f6c7be51eda.tar.gz |
Typo and formatting
* doc/ref/intro.texi (Introduction): "onScheme" -> "on Scheme". Add
blank lines around @itemize block - looks better in Info.
-rw-r--r-- | doc/ref/intro.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ref/intro.texi b/doc/ref/intro.texi index 50cf1f85c..78199a7cd 100644 --- a/doc/ref/intro.texi +++ b/doc/ref/intro.texi @@ -17,13 +17,14 @@ Revised$^n$ @ifnottex Revised^n @end ifnottex -Reports onScheme). +Reports on Scheme). Unlike -- for example -- Python or Perl, Scheme has no benevolent dictator. There are many Scheme implementations, with different characteristics and with communities and academic activities around them, and the language develops as a result of the interplay between these. Guile's particular characteristics are that + @itemize @item it is easy to combine with other code written in C @@ -34,6 +35,7 @@ it emphasizes interactive and incremental programming @item it actually supports several languages, not just Scheme. @end itemize + @noindent 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 |