aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-01-03 16:44:03 +0000
committerLuc Teirlinck2004-01-03 16:44:03 +0000
commitfb77c315e307eda13c1ec930531e31b68bdd1585 (patch)
tree136d293198dfcd43aa25e5b11819cf5068fdf81f
parentc30ea73f26cd3d83748cf8ea538dff8daddfc28f (diff)
downloademacs-fb77c315e307eda13c1ec930531e31b68bdd1585.tar.gz
emacs-fb77c315e307eda13c1ec930531e31b68bdd1585.zip
(Hash Access): Add anchor.
-rw-r--r--lispref/hash.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/hash.texi b/lispref/hash.texi
index a27894fa24b..909c7fb0b7c 100644
--- a/lispref/hash.texi
+++ b/lispref/hash.texi
@@ -205,6 +205,7 @@ table.
205@end defun 205@end defun
206 206
207@tindex maphash 207@tindex maphash
208@anchor{Definition of maphash}
208@defun maphash function table 209@defun maphash function table
209This function calls @var{function} once for each of the associations in 210This function calls @var{function} once for each of the associations in
210@var{table}. The function @var{function} should accept two 211@var{table}. The function @var{function} should accept two