From 39df905ad0ca7fe6bc4e893fb0a2d793f45a9ab8 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 4 Aug 2007 18:50:14 +0200 Subject: Properly document INVOKE and INVOKE-BY-NAME. darcs-hash:f0d069d3c295135cad49752aeb05f96cefd9a753 --- Lisp/libobjcl.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Lisp/libobjcl.lisp') diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp index 6f3b52a..bf246be 100644 --- a/Lisp/libobjcl.lisp +++ b/Lisp/libobjcl.lisp @@ -73,15 +73,17 @@ converted into a string according to the following rules: 2. Any additional components have all of their letters converted to lower case, except for their first letters, which are left intact. -After this, the components are concatenated in order and the resulting +After that, the components are concatenated in order and the resulting string used as if directly given as an argument to FIND-OBJC-CLASS. + Examples: (find-objc-class \"NSObject\") ;=> # (find-objc-class 'ns-object) ;=> # (find-objc-class 'nsobject) ;=> NIL + Rationale: The first component of an Objective C class name is conventionally -- cgit v1.2.3