summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-03-06 18:21:36 +0000
committerRichard M. Stallman <rms@gnu.org>2005-03-06 18:21:36 +0000
commit4ccd1968d9420a8e20b74ffd35d1ef7c4a8576e5 (patch)
treeca3e8228a17429fe1f361dda6f1428f38825cc21 /lispref
parent8caa135619b097c0bf01970bb1536311804a8de3 (diff)
downloademacs-4ccd1968d9420a8e20b74ffd35d1ef7c4a8576e5.tar.gz
(Hash Table Type, Circular Objects): Get rid of "Emacs 21".
Diffstat (limited to 'lispref')
-rw-r--r--lispref/objects.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index f0bef593f29..93d7c51b08d 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -1166,7 +1166,7 @@ only the first 3 bits are used:
A hash table is a very fast kind of lookup table, somewhat like an
alist in that it maps keys to corresponding values, but much faster.
-Hash tables are a new feature in Emacs 21; they have no read syntax, and
+Hash tables have no read syntax, and
print using hash notation. @xref{Hash Tables}.
@example
@@ -1549,9 +1549,9 @@ positions.
@cindex @samp{#@var{n}=} read syntax
@cindex @samp{#@var{n}#} read syntax
- 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}#}.
+ 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}#}.
Use @code{#@var{n}=} before an object to label it for later reference;
subsequently, you can use @code{#@var{n}#} to refer the same object in