From 07389c5f80d14517e3f3a1d62025c63573ec9d03 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 18 Apr 2004 07:13:34 +0000 Subject: [PATCH] (poly-funcall): fix comment to avoid wrong hilihgt --- filename.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\"." -- 1.7.10.4