]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmap_charset_chars): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Tue, 14 May 2002 07:59:29 +0000 (07:59 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 14 May 2002 07:59:29 +0000 (07:59 +0000)
src/charset.c

index 129d429432ac01b4585985e4e5daa286c192b664..d3f2ff3e68558400cd6041a81fe14fbe1d7ec9c1 100644 (file)
@@ -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;
 {