changeset 98774:68912c77122d

(Char-Tables): Fix wording in last change.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 16 Oct 2008 07:20:31 +0000
parents e58997be1ff1
children 91b65d9aa48b
files doc/lispref/sequences.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/sequences.texi	Thu Oct 16 07:18:04 2008 +0000
+++ b/doc/lispref/sequences.texi	Thu Oct 16 07:20:31 2008 +0000
@@ -642,9 +642,9 @@
 @end defun
 
 @defun map-char-table function char-table
-This function calls the specified @var{function} for each element of
-@var{char-table} that has a non-@code{nil} value.
-@var{function} is called with two arguments, a key and a value.  The key
+This function calls its argument @var{function} for each element of
+@var{char-table} that has a non-@code{nil} value.  The call to
+@var{function} is with two arguments, a key and a value.  The key
 is a possible @var{range} argument for @code{char-table-range}---either
 a valid character or a cons cell @code{(@var{from} . @var{to})},
 specifying a range of characters that share the same value.  The value is