aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/functions.texi
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-10-26 13:08:02 +0000
committerGerd Moellmann <[email protected]>1999-10-26 13:08:02 +0000
commit7f785b50454e9750b2612c8a5463900e3846878d (patch)
tree6683425a63f934b6df9ac2ea96ec51416b3c9962 /lispref/functions.texi
parentbf294e6edb16faca4ec9c573f0b80853bee79952 (diff)
*** empty log message ***
Diffstat (limited to 'lispref/functions.texi')
-rw-r--r--lispref/functions.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi
index edec40d507..a3546bf9e2 100644
--- a/lispref/functions.texi
+++ b/lispref/functions.texi
@@ -623,7 +623,7 @@ above, it never knows them in the first place.
@end group
@end example
-Compare these example with the examples of @code{apply}.
+Compare these examples with the examples of @code{apply}.
@end defun
@defun apply function &rest arguments
@@ -693,7 +693,9 @@ This function ignores any arguments and returns @code{nil}.
list or other collection. Emacs Lisp has several such functions;
@code{mapcar} and @code{mapconcat}, which scan a list, are described
here. @xref{Creating Symbols}, for the function @code{mapatoms} which
-maps over the symbols in an obarray.
+maps over the symbols in an obarray. @xref{Hash Access}, for the
+function @code{maphash} which maps over key/value associations in a
+hash table.
These mapping functions do not allow char-tables because a char-table
is a sparse array whose nominal range of indices is very large. To map