diff options
Diffstat (limited to 'Lisp/reader-syntax.lisp')
-rw-r--r-- | Lisp/reader-syntax.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/reader-syntax.lisp b/Lisp/reader-syntax.lisp index bbba68c..a01e5d7 100644 --- a/Lisp/reader-syntax.lisp +++ b/Lisp/reader-syntax.lisp @@ -47,8 +47,8 @@ time, it is a more conservative syntax enhancement than that provided by __enable-objective-c-syntax__. The **reader macro** transforms any **string** of alphanumeric -characters and **character**s that are __eql__ to one of #\:, #\- and -#\_ into a **symbol** with that **string** as the **symbol name** and +characters and **character**s that are __eql__ to one of #\\:, #\\- and +#\\_ into a **symbol** with that **string** as the **symbol name** and _objective-c-selectors__ as the **symbol package**. |