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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/hash.texi [lexbind]
Date: Tue, 14 Oct 2003 19:10:17 -0400

Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.7.8.1 emacs/lispref/hash.texi:1.7.8.2
*** emacs/lispref/hash.texi:1.7.8.1     Fri Apr  4 01:20:41 2003
--- emacs/lispref/hash.texi     Tue Oct 14 19:10:12 2003
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1999 Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/hash
  @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
--- 1,6 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1999, 2003 Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/hash
  @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
***************
*** 96,102 ****
  
  The value, @var{weak}, must be one of @code{nil}, @code{key},
  @code{value}, @code{key-or-value}, @code{key-and-value}, or @code{t}
! which is an alias for @code{key-and-value}.  If @var{weak} is @code{key}
  then the hash table does not prevent its keys from being collected as
  garbage (if they are not referenced anywhere else); if a particular key
  does get collected, the corresponding association is removed from the
--- 96,102 ----
  
  The value, @var{weak}, must be one of @code{nil}, @code{key},
  @code{value}, @code{key-or-value}, @code{key-and-value}, or @code{t}
! which is an alias for @code{key-or-value}.  If @var{weak} is @code{key}
  then the hash table does not prevent its keys from being collected as
  garbage (if they are not referenced anywhere else); if a particular key
  does get collected, the corresponding association is removed from the
***************
*** 334,336 ****
--- 334,340 ----
  @defun hash-table-size table
  This returns the current nominal size of @var{table}.
  @end defun
+ 
+ @ignore
+    arch-tag: 3b5107f9-d2f0-47d5-ad61-3498496bea0e
+ @end ignore




reply via email to

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