From 39ca66d95e0771b892f9edb3892ec4b669a35808 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 7 Aug 2007 16:33:35 +0200 Subject: Improve documentation. darcs-hash:216a546839db63faec84e3a45a32f6a5e56d6b75 --- Lisp/reader-syntax.lisp | 4 ++-- 1 file 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. -- cgit v1.2.3