summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVladislav Ivanishin <vladislav.ivanishin@gmail.com>2016-10-18 18:14:22 +0300
committerAndy Wingo <wingo@pobox.com>2017-03-09 21:56:03 +0100
commitef4a2af8036f245e1329c7d7db0900c75ed19335 (patch)
tree8c04cd711e3f3689c10a3cbea7201418784e56da /doc
parentc525aa6d95a9e19b260d6b99dbf6d73939d76585 (diff)
downloadguile-ef4a2af8036f245e1329c7d7db0900c75ed19335.tar.gz
Fix a couple of typos in the docs
* doc/ref/scheme-ideas.texi: the some way -> the same way * doc/ref/scheme-intro.texi: Use @math inside a texinfo command (turns out $math$ is not processed in this context and thus is not rendered correctly).
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/scheme-ideas.texi2
-rw-r--r--doc/ref/scheme-intro.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-ideas.texi b/doc/ref/scheme-ideas.texi
index 15cf6640d..d18d1012b 100644
--- a/doc/ref/scheme-ideas.texi
+++ b/doc/ref/scheme-ideas.texi
@@ -484,7 +484,7 @@ moved to @ref{Curried Definitions}
(It could be argued that the alternative @code{define} forms are rather
confusing, especially for newcomers to the Scheme language, as they hide
both the role of @code{lambda} and the fact that procedures are values
-that are stored in variables in the some way as any other kind of value.
+that are stored in variables in the same way as any other kind of value.
On the other hand, they are very convenient, and they are also a good
example of another of Scheme's powerful features: the ability to specify
arbitrary syntactic transformations at run time, which can be applied to
diff --git a/doc/ref/scheme-intro.texi b/doc/ref/scheme-intro.texi
index 57aa18f69..b8a502475 100644
--- a/doc/ref/scheme-intro.texi
+++ b/doc/ref/scheme-intro.texi
@@ -10,7 +10,7 @@
Guile's core language is Scheme, which is specified and described in the
series of reports known as @dfn{RnRS}. @dfn{RnRS} is shorthand for the
@iftex
-@dfn{Revised$^n$ Report on the Algorithmic Language Scheme}.
+@dfn{Revised@math{^n} Report on the Algorithmic Language Scheme}.
@end iftex
@ifnottex
@dfn{Revised^n Report on the Algorithmic Language Scheme}.