[Top][All Lists]
[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, 06 Jul 2004 07:05:09 -0400 |
Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.7.8.6 emacs/lispref/hash.texi:1.7.8.7
*** emacs/lispref/hash.texi:1.7.8.6 Fri Mar 19 23:27:37 2004
--- emacs/lispref/hash.texi Tue Jul 6 10:20:17 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 [lexbind],
Miles Bader <=