diff lispref/objects.texi @ 54037:96796d3ede2e

Minor fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Feb 2004 01:06:10 +0000
parents 850a63ebfead
children ae78f1a0047f
line wrap: on
line diff
--- a/lispref/objects.texi	Tue Feb 17 01:04:35 2004 +0000
+++ b/lispref/objects.texi	Tue Feb 17 01:06:10 2004 +0000
@@ -1499,7 +1499,7 @@
 @cindex @samp{#@var{n}=} read syntax
 @cindex @samp{#@var{n}#} read syntax
 
-  In Emacs 21, to represent shared or circular structure within a
+  In Emacs 21, to represent shared or circular structures within a
 complex of Lisp objects, you can use the reader constructs
 @samp{#@var{n}=} and @samp{#@var{n}#}.