Mercurial > emacs
changeset 60451:04426c0c07aa
(Hash Table Type, Circular Objects): Get rid of "Emacs 21".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Mar 2005 18:21:36 +0000 |
parents | abf7b131c9ab |
children | 53520941e72d |
files | lispref/objects.texi |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/objects.texi Sun Mar 06 18:20:49 2005 +0000 +++ b/lispref/objects.texi Sun Mar 06 18:21:36 2005 +0000 @@ -1166,7 +1166,7 @@ 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 @@ @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