[m-dev.] trivial diff: fix metavariables in reference manual

Simon Taylor stayl at cs.mu.OZ.AU
Fri Jan 7 13:40:03 AEDT 2000


Estimated hours taken: 0.1

doc/reference_manual.texi:
	Fix meta-variables in the paragraph describing
	the `X `OP` Y' syntax.


Index: reference_manual.texi
===================================================================
RCS file: /home/staff/zs/imp/mercury/doc/reference_manual.texi,v
retrieving revision 1.162
diff -u -u -r1.162 reference_manual.texi
--- reference_manual.texi	1999/12/13 13:30:47	1.162
+++ reference_manual.texi	2000/01/05 04:46:43
@@ -326,9 +326,9 @@
 Operators can also be formed by enclosing an variable or name between grave
 accents (backquotes).  Any variable or name may
 be used as an operator in this way.  If @var{fun} is a variable or name,
-then a term of the form @code{x `fun` y} is equivalent to 
- at code{fun(x,y)}.  The operator is treated as having the highest precedence
-possible and is left associative.
+then a term of the form @code{x `@var{fun}` y} is equivalent to 
+ at code{@var{fun}(x,y)}.  The operator is treated as having the highest
+precedence possible and is left associative.
 
 A higher-order term is a variable followed without any intervening
 whitespace by an open parenthesis (i.e. an open_ct token),
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list