emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.17 emacs/lispref/hash.texi:1.18
*** emacs/lispref/hash.texi:1.17        Mon Feb 14 10:13:16 2005
--- emacs/lispref/hash.texi     Sun Mar  6 18:15:56 2005
***************
*** 27,35 ****
  the way two alists can share a common tail.
  @end itemize
  
!   Emacs Lisp (starting with Emacs 21) provides a general-purpose hash
! table data type, along with a series of functions for operating on them.
! Hash tables have no read syntax, and print in hash notation, like this:
  
  @example
  (make-hash-table)
--- 27,35 ----
  the way two alists can share a common tail.
  @end itemize
  
!   Emacs Lisp provides a general-purpose hash table data type, along
! with a series of functions for operating on them.  Hash tables have no
! read syntax, and print in hash notation, like this:
  
  @example
  (make-hash-table)




reply via email to

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