summaryrefslogtreecommitdiff
path: root/Lisp/method-invocation.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/method-invocation.lisp')
-rw-r--r--Lisp/method-invocation.lisp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lisp/method-invocation.lisp b/Lisp/method-invocation.lisp
index 1ff9c74..02f3002 100644
--- a/Lisp/method-invocation.lisp
+++ b/Lisp/method-invocation.lisp
@@ -20,11 +20,11 @@
;;; (@* "Method invocation")
(defun invoke (receiver message-start &rest message-components)
- "Send a message to an Objective C instance.
+ "Send a message to an Objective-C instance.
## Arguments and Values:
-*receiver* --- an Objective C wrapper object.
+*receiver* --- an Objective-C wrapper object.
*message-start* --- a **symbol**.
@@ -118,11 +118,11 @@ separating parts by hyphens works nicely in all of the `:INVERT`,
(defun invoke-by-name (receiver method-name &rest args)
- "Send a message to an Objective C object by the name of the method.
+ "Send a message to an Objective-C object by the name of the method.
## Arguments and Values:
-*receiver* --- an Objective C wrapper object.
+*receiver* --- an Objective-C wrapper object.
*method-name* --- a *selector designator*.