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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/hash.texi
Date: Wed, 23 Jun 2004 12:35:24 -0400

Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.15 emacs/lispref/hash.texi:1.16
*** emacs/lispref/hash.texi:1.15        Thu Mar  4 17:06:50 2004
--- emacs/lispref/hash.texi     Wed Jun 23 16:35:29 2004
***************
*** 205,212 ****
  @end defun
  
  @tindex maphash
- @anchor{Definition of maphash}
  @defun maphash function table
  This function calls @var{function} once for each of the associations in
  @var{table}.  The function @var{function} should accept two
  arguments---a @var{key} listed in @var{table}, and its associated
--- 205,212 ----
  @end defun
  
  @tindex maphash
  @defun maphash function table
+ @anchor{Definition of maphash}
  This function calls @var{function} once for each of the associations in
  @var{table}.  The function @var{function} should accept two
  arguments---a @var{key} listed in @var{table}, and its associated




reply via email to

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