* doc/tutorial.texi: Simply by substituting an instance of '@itemx' with an instance of '@item' in this file.
Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <[email protected]> --- ChangeLog | 6 ++++++ doc/tutorial.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b6d9d2..297632c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-05-15 Stefano Lattarini <[email protected]> (tiny change) + + docs: port to Texinfo 5 + * doc/tutorial.texi: Simply by substituting an instance of '@itemx' + with an instance of '@item' in this file. + 2013-03-04 Holger Hans Peter Freyther <[email protected]> * kernel/PkgLoader.st: Remove unused variable. diff --git a/doc/tutorial.texi b/doc/tutorial.texi index 4624ae9..784d2b4 100644 --- a/doc/tutorial.texi +++ b/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 -- 1.8.3.rc2 _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
