aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index f4beca822cd..c7d71d2aba9 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -595,8 +595,8 @@ FOO ; @r{A symbol named @samp{FOO}, different from @samp{foo}.}
595 595
596@cindex @samp{##} read syntax 596@cindex @samp{##} read syntax
597@ifinfo 597@ifinfo
598@c This uses ``colon'' instead of a literal `:' because Info cannot 598@c This uses "colon" instead of a literal ':' because Info cannot
599@c cope with a `:' in a menu 599@c cope with a ':' in a menu.
600@cindex @samp{#@var{colon}} read syntax 600@cindex @samp{#@var{colon}} read syntax
601@end ifinfo 601@end ifinfo
602@ifnotinfo 602@ifnotinfo
@@ -999,7 +999,7 @@ of a string returns the same string.
999 The read syntax for a string is a double-quote, an arbitrary number 999 The read syntax for a string is a double-quote, an arbitrary number
1000of characters, and another double-quote, @code{"like this"}. To 1000of characters, and another double-quote, @code{"like this"}. To
1001include a double-quote in a string, precede it with a backslash; thus, 1001include a double-quote in a string, precede it with a backslash; thus,
1002@code{"\""} is a string containing just a single double-quote 1002@code{"\""} is a string containing just one double-quote
1003character. Likewise, you can include a backslash by preceding it with 1003character. Likewise, you can include a backslash by preceding it with
1004another backslash, like this: @code{"this \\ is a single embedded 1004another backslash, like this: @code{"this \\ is a single embedded
1005backslash"}. 1005backslash"}.