method trick was yanked in 79630c82ac03066ceb1dac50015eb6b7a2151bbe but the documenta...
authorKelly McDonald <kelly@jehu.(none)>
Wed, 22 Apr 2009 18:38:14 +0000 (14:38 -0400)
committerVladimir Sedach <vsedach@gmail.com>
Wed, 22 Apr 2009 19:25:16 +0000 (13:25 -0600)
A further note with something about a backwards incompatible change
might also be useful

docs/reference.lisp

index ec5a813..7d86890 100644 (file)
@@ -318,10 +318,9 @@ a-variable  => aVariable
 ;;;t \index{method call}
 
 ; (function {argument}*)
-; (method   object {argument}*)
+
 ;
 ; function ::= a Parenscript expression or a Lisp symbol
-; method   ::= a Lisp symbol beginning with .
 ; object   ::= a Parenscript expression
 ; argument ::= a Parenscript expression