From b2fe54aec8b59d64d303636bdfdd1b2209de3d36 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 Oct 2008 07:20:31 +0000 Subject: [PATCH] (Char-Tables): Fix wording in last change. --- doc/lispref/sequences.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 3b5f5224158..b14b51000ea 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -642,9 +642,9 @@ A cons cell refers to all the characters in the inclusive range @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 -- 2.39.5