emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/objects.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/objects.texi
Date: Sun, 06 Mar 2005 13:21:37 -0500

Index: emacs/lispref/objects.texi
diff -c emacs/lispref/objects.texi:1.45 emacs/lispref/objects.texi:1.46
*** emacs/lispref/objects.texi:1.45     Mon Feb 14 10:22:36 2005
--- emacs/lispref/objects.texi  Sun Mar  6 18:21:36 2005
***************
*** 1166,1172 ****
  
      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
  print using hash notation.  @xref{Hash Tables}.
  
  @example
--- 1166,1172 ----
  
      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 have no read syntax, and
  print using hash notation.  @xref{Hash Tables}.
  
  @example
***************
*** 1549,1557 ****
  @cindex @address@hidden read syntax
  @cindex @address@hidden read syntax
  
!   In Emacs 21, to represent shared or circular structures within a
! complex of Lisp objects, you can use the reader constructs
! @address@hidden and @address@hidden
  
    Use @address@hidden before an object to label it for later reference;
  subsequently, you can use @address@hidden to refer the same object in
--- 1549,1557 ----
  @cindex @address@hidden read syntax
  @cindex @address@hidden read syntax
  
!   To represent shared or circular structures within a complex of Lisp
! objects, you can use the reader constructs @address@hidden and
! @address@hidden
  
    Use @address@hidden before an object to label it for later reference;
  subsequently, you can use @address@hidden to refer the same object in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]