From: yoichi Date: Sun, 18 Apr 2004 07:13:34 +0000 (+0000) Subject: (poly-funcall): fix comment to avoid wrong hilihgt X-Git-Tag: apel-10_7~24 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=07389c5f80d14517e3f3a1d62025c63573ec9d03 (poly-funcall): fix comment to avoid wrong hilihgt --- diff --git a/filename.el b/filename.el index 66272d2..e04337a 100644 --- a/filename.el +++ b/filename.el @@ -34,8 +34,8 @@ "Apply initial ARGUMENT to sequence of FUNCTIONS. FUNCTIONS is list of functions. -(poly-funcall '(f1 f2 .. fn) arg) is as same as -(fn .. (f2 (f1 arg)) ..). +\(poly-funcall '(f1 f2 .. fn) arg) is as same as +\(fn .. (f2 (f1 arg)) ..). For example, (poly-funcall '(car number-to-string) '(100)) returns \"100\"."