(poly-funcall): fix comment to avoid wrong hilihgt
authoryoichi <yoichi>
Sun, 18 Apr 2004 07:13:34 +0000 (07:13 +0000)
committeryoichi <yoichi>
Sun, 18 Apr 2004 07:13:34 +0000 (07:13 +0000)
filename.el

index 66272d2..e04337a 100644 (file)
@@ -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\"."