diff options
| author | Luc Teirlinck | 2004-01-03 16:44:03 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-01-03 16:44:03 +0000 |
| commit | fb77c315e307eda13c1ec930531e31b68bdd1585 (patch) | |
| tree | 136d293198dfcd43aa25e5b11819cf5068fdf81f | |
| parent | c30ea73f26cd3d83748cf8ea538dff8daddfc28f (diff) | |
| download | emacs-fb77c315e307eda13c1ec930531e31b68bdd1585.tar.gz emacs-fb77c315e307eda13c1ec930531e31b68bdd1585.zip | |
(Hash Access): Add anchor.
| -rw-r--r-- | lispref/hash.texi | 1 |
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 |
| 209 | This function calls @var{function} once for each of the associations in | 210 | This 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 |