emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/sequences.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/sequences.texi,v
Date: Thu, 16 Oct 2008 07:20:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/16 07:20:35

Index: sequences.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/sequences.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- sequences.texi      14 Oct 2008 12:47:43 -0000      1.5
+++ sequences.texi      16 Oct 2008 07:20:31 -0000      1.6
@@ -642,9 +642,9 @@
 @end defun
 
 @defun map-char-table function char-table
-This function calls the specified @var{function} for each element of
address@hidden that has a address@hidden value.
address@hidden is called with two arguments, a key and a value.  The key
+This function calls its argument @var{function} for each element of
address@hidden that has a address@hidden value.  The call to
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]