From: Kenichi Handa Date: Tue, 14 May 2002 07:59:29 +0000 (+0000) Subject: (Fmap_charset_chars): Fix docstring. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6abd9323c6c34de7e4be6e0868534357116e925a;p=emacs.git (Fmap_charset_chars): Fix docstring. --- 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; {