aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/objects.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2004-02-17 01:06:10 +0000
committerRichard M. Stallman2004-02-17 01:06:10 +0000
commitc2d8228a0abb0dcf33a838de158f6b26ca795320 (patch)
treedd817a5d9d4647c7a6798ac15ef572e9b7d15007 /lispref/objects.texi
parenta3d3f60db6255aecb481b0b9b2ab1da8f53eb6c1 (diff)
downloademacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.tar.gz
emacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.zip
Minor fix.
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 6cb5adb72b8..7c8eff06295 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -1499,7 +1499,7 @@ positions.
1499@cindex @samp{#@var{n}=} read syntax 1499@cindex @samp{#@var{n}=} read syntax
1500@cindex @samp{#@var{n}#} read syntax 1500@cindex @samp{#@var{n}#} read syntax
1501 1501
1502 In Emacs 21, to represent shared or circular structure within a 1502 In Emacs 21, to represent shared or circular structures within a
1503complex of Lisp objects, you can use the reader constructs 1503complex of Lisp objects, you can use the reader constructs
1504@samp{#@var{n}=} and @samp{#@var{n}#}. 1504@samp{#@var{n}=} and @samp{#@var{n}#}.
1505 1505