diff options
| author | Eli Zaretskii | 2008-10-16 07:20:31 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-16 07:20:31 +0000 |
| commit | b2fe54aec8b59d64d303636bdfdd1b2209de3d36 (patch) | |
| tree | d1fccb859c87aeb4f16516ae6842002c4089f55e | |
| parent | 3d56260a0bee73719dca5a39aa562cebadfa4331 (diff) | |
| download | emacs-b2fe54aec8b59d64d303636bdfdd1b2209de3d36.tar.gz emacs-b2fe54aec8b59d64d303636bdfdd1b2209de3d36.zip | |
(Char-Tables): Fix wording in last change.
| -rw-r--r-- | doc/lispref/sequences.texi | 6 |
1 files 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 | |||
| 642 | @end defun | 642 | @end defun |
| 643 | 643 | ||
| 644 | @defun map-char-table function char-table | 644 | @defun map-char-table function char-table |
| 645 | This function calls the specified @var{function} for each element of | 645 | This function calls its argument @var{function} for each element of |
| 646 | @var{char-table} that has a non-@code{nil} value. | 646 | @var{char-table} that has a non-@code{nil} value. The call to |
| 647 | @var{function} is called with two arguments, a key and a value. The key | 647 | @var{function} is with two arguments, a key and a value. The key |
| 648 | is a possible @var{range} argument for @code{char-table-range}---either | 648 | is a possible @var{range} argument for @code{char-table-range}---either |
| 649 | a valid character or a cons cell @code{(@var{from} . @var{to})}, | 649 | a valid character or a cons cell @code{(@var{from} . @var{to})}, |
| 650 | specifying a range of characters that share the same value. The value is | 650 | specifying a range of characters that share the same value. The value is |