summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-intro.texi
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/ref/scheme-intro.texi
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/ref/scheme-intro.texi')
-rw-r--r--doc/ref/scheme-intro.texi2
1 files changed, 1 insertions, 1 deletions
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}.