summaryrefslogtreecommitdiff
path: root/Lisp/reader-syntax.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-05 14:12:58 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-05 14:12:58 +0100
commit3a35930787e6caf4bb126fd828221dab79d939fc (patch)
treee8074d3338bf0ef60e5520640c541ab05411dc0a /Lisp/reader-syntax.lisp
parentc9dda9d6a341d4b4e46c9148b8dcbba94e2c8b2c (diff)
Fix documentation formatting.
darcs-hash:511ea4147397dc61baabcd0ddc39c7ec01097163
Diffstat (limited to 'Lisp/reader-syntax.lisp')
-rw-r--r--Lisp/reader-syntax.lisp4
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**.