diff lispref/functions.texi @ 26192:01d4feb7e1e4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Oct 1999 13:08:02 +0000
parents 467b88fab665
children f6b52258db6a
line wrap: on
line diff
--- a/lispref/functions.texi	Tue Oct 26 13:01:20 1999 +0000
+++ b/lispref/functions.texi	Tue Oct 26 13:08:02 1999 +0000
@@ -623,7 +623,7 @@
 @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 @@
 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