[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/hash.texi [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/hash.texi [emacs-unicode-2] |
Date: |
Tue, 29 Jun 2004 13:09:22 -0400 |
Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.9.2.1 emacs/lispref/hash.texi:1.9.2.2
*** emacs/lispref/hash.texi:1.9.2.1 Mon Apr 19 07:01:41 2004
--- emacs/lispref/hash.texi Tue Jun 29 16:45: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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/hash.texi [emacs-unicode-2],
Miles Bader <=