aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/objects.texi
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-09-12 12:51:38 +0000
committerGerd Moellmann <[email protected]>2000-09-12 12:51:38 +0000
commita2bd77b863ab9d97c02d077d41a2b48235cb2af7 (patch)
tree29855733271a212a92b99d25172b501e628e0f9f /lispref/objects.texi
parente26b2a2881694035e8bd037ac5e6d0c862aa38eb (diff)
*** empty log message ***
Diffstat (limited to 'lispref/objects.texi')
-rw-r--r--lispref/objects.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index 8904bfba48..f62243ed2e 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -483,7 +483,7 @@ are written with letters, digits, and the punctuation characters
@samp{-+=*/}. Such names require no special punctuation; the characters
of the name suffice as long as the name does not look like a number.
(If it does, write a @samp{\} at the beginning of the name to force
-interpretation as a symbol.) The characters @samp{_~!@@$%^&:<>@{@}} are
+interpretation as a symbol.) The characters @samp{_~!@@$%^&:<>@{@}?} are
less often used but also require no special punctuation. Any other
characters may be included in a symbol's name by escaping them with a
backslash. In contrast to its use in strings, however, a backslash in