From 6abd9323c6c34de7e4be6e0868534357116e925a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 14 May 2002 07:59:29 +0000 Subject: [PATCH] (Fmap_charset_chars): Fix docstring. --- src/charset.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/charset.c b/src/charset.c index 129d429432a..d3f2ff3e685 100644 --- a/src/charset.c +++ b/src/charset.c @@ -633,10 +633,11 @@ map_charset_chars (c_function, function, charset_symbol, arg) 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; { -- 2.39.5