Mercurial > emacs
changeset 88496:959dea33a8d5
(Fmap_charset_chars): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 14 May 2002 07:59:29 +0000 |
parents | 5082b2d8d5eb |
children | d2b9e0d4c2f6 |
files | src/charset.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Tue May 14 07:58:24 2002 +0000 +++ b/src/charset.c Tue May 14 07:59:29 2002 +0000 @@ -633,10 +633,11 @@ DEFUN ("map-charset-chars", Fmap_charset_chars, Smap_charset_chars, 2, 3, 0, doc: /* Call FUNCTION for each characters in CHARSET. -FUNCTION is called with three arguments; FROM, TO, and the 3rd optional +FUNCTION is called with an argument RANGE and the 2nd optional argument ARG. -FROM and TO indicates a range of character sequence that are contained -in CHARSET. */) + +RANGE is a cons (FROM . TO), where FROM and TO indicates a range of +character sequence that are contained in CHARSET. */) (function, charset, arg) Lisp_Object function, charset, arg; {