summaryrefslogtreecommitdiff
path: root/Lisp/reader-syntax.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-26 10:55:40 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-26 10:55:40 +0100
commit5926a618599de74652d43f5747980f5dc2156f9b (patch)
tree31335f11c56f6f1573b8dd3c1b1d6ee5b16e4558 /Lisp/reader-syntax.lisp
parent771969e57e0cef63febbcd281ec2ed3e81685463 (diff)
Fix the spelling of `Objective-C' in both code and documentation.
darcs-hash:065bdac36eeb490472284101a6d19409d551109b
Diffstat (limited to 'Lisp/reader-syntax.lisp')
-rw-r--r--Lisp/reader-syntax.lisp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Lisp/reader-syntax.lisp b/Lisp/reader-syntax.lisp
index d3e3195..722f79b 100644
--- a/Lisp/reader-syntax.lisp
+++ b/Lisp/reader-syntax.lisp
@@ -19,14 +19,14 @@
(defun install-reader-syntax ()
- "Install an Objective-C-like **reader macro** for Objective C method
+ "Install an Objective-C-like **reader macro** for Objective-C method
calls.
## Description:
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
+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 are probably bugs and
should be reported to the maintainer.
@@ -100,7 +100,7 @@ arguments to __invoke-by-name__.
## Rationale:
-Objective C method names tend to be relatively verbose and are
+Objective-C method names tend to be relatively verbose and are
frequently composed of many short words like \"of\" and \"by\". As a
result, using __invoke__ can be quite cumbersome at times and waste
screen real estate. One need only compare the example call
@@ -116,7 +116,7 @@ with its reader macro counterpart
to be able to see an improvement in length as well as readability.
In any case, it is a matter of taste whether to prefer __invoke__ or
-Objective C syntax as it is whether to prefer the standard Common Lisp
+Objective-C syntax as it is whether to prefer the standard Common Lisp
__loop__ facility or a widespread and well-known alternative called
\"Iterate\". In both cases, one can argue that one of the forms
sacrifices an elusive quality of \"lispiness\" as well as text editor