diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-07 16:33:35 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-08-07 16:33:35 +0200 |
commit | 39ca66d95e0771b892f9edb3892ec4b669a35808 (patch) | |
tree | d5c95bdc2c219b78f4132aba9be4b22208caa3b1 /Lisp | |
parent | 822be83141a65194dea98e44a49d69066e8a9ac7 (diff) |
Improve documentation.
darcs-hash:216a546839db63faec84e3a45a32f6a5e56d6b75
Diffstat (limited to 'Lisp')
-rw-r--r-- | Lisp/reader-syntax.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/reader-syntax.lisp b/Lisp/reader-syntax.lisp index 497253e..cc23fcc 100644 --- a/Lisp/reader-syntax.lisp +++ b/Lisp/reader-syntax.lisp @@ -10,7 +10,7 @@ The **reader macro** installed by __install-reader-syntax__ closely resembles the conventional method call syntax of Objective C. In fact, any differences between standard Objective C method call syntax and this -**reader macro** that are not documented here is probably a bug and +**reader macro** that are not documented here are probably bugs and should be reported to the maintainer. @@ -29,7 +29,7 @@ message-name-arg-pair ::= *message-name-part argument* *message-name-part* --- a **symbol** (not evaluated). -*argument* -- an **object**. +*argument* --- an **object**. Returns: *result* --- the result of the method invocation. |