diff options
author | Johan van Selst <johans@FreeBSD.org> | 2018-02-15 10:15:46 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2018-02-15 10:15:46 +0000 |
commit | eee4b8d1a2bd9d920da9acda7006dbe8f6da868c (patch) | |
tree | c8222bd01fa52b08197b6d138081eb2d225caa88 /lang/smalltalk/files/patch-doc_tutorial.texi | |
parent | opencv-java fails to build with python3 (diff) |
Fix documentation build error (makeinfo)
PR: 222523
Submitted by: 1wkmmr@gmail.com
Diffstat (limited to 'lang/smalltalk/files/patch-doc_tutorial.texi')
-rw-r--r-- | lang/smalltalk/files/patch-doc_tutorial.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/smalltalk/files/patch-doc_tutorial.texi b/lang/smalltalk/files/patch-doc_tutorial.texi new file mode 100644 index 000000000000..c9479cb3cfe2 --- /dev/null +++ b/lang/smalltalk/files/patch-doc_tutorial.texi @@ -0,0 +1,11 @@ +--- doc/tutorial.texi.orig 2018-02-15 10:10:36 UTC ++++ doc/tutorial.texi +@@ -3920,7 +3920,7 @@ and keyword selectors: + #at:put: + @end example + +-@itemx @t{eval: ``##('' [temps] exprs ``)''} ++@item @t{eval: ``##('' [temps] exprs ``)''} + This syntax also has not been used in the tutorial, and results + in evaluating an arbitrarily complex expression at compile-time, + and substituting the result: for example @code{##(Object allInstances |