summaryrefslogtreecommitdiff
path: root/Lisp/reader-syntax.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-05 15:06:19 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-05 15:06:19 +0100
commit9ee26a887b599ab65f00efbccecc0d5b8b213c12 (patch)
treee4e1b0dac40f07986fc51b5e4eac4092884aa5d1 /Lisp/reader-syntax.lisp
parent33524deab08811cdf99a8a4dd3a1fe547594ad31 (diff)
Assorted documentation improvements.
darcs-hash:9f7b50833bb666d749ad8ab78ab72d7653b64001
Diffstat (limited to 'Lisp/reader-syntax.lisp')
-rw-r--r--Lisp/reader-syntax.lisp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lisp/reader-syntax.lisp b/Lisp/reader-syntax.lisp
index 7416a30..a8a4978 100644
--- a/Lisp/reader-syntax.lisp
+++ b/Lisp/reader-syntax.lisp
@@ -73,8 +73,9 @@ _objective-c-selectors__ as the **symbol package**.
## Note:
-Absent manual changes by the user, the __fdefinition__ of any **fbound**
-**symbol** read by this **reader macro** will be a __selector__.
+Absent manual interventions by the user, the __fdefinition__ of any
+**fbound** **symbol** read by this **reader macro** will be a
+__selector__.
Method __selector__s have to be interned prior to use. As this reader
macro is not capable of interning new __selector__s, you have to ensure