projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b29fda3
)
(poly-funcall): fix comment to avoid wrong hilihgt
author
yoichi
<yoichi>
Sun, 18 Apr 2004 07:13:34 +0000
(07:13 +0000)
committer
yoichi
<yoichi>
Sun, 18 Apr 2004 07:13:34 +0000
(07:13 +0000)
filename.el
patch
|
blob
|
history
diff --git
a/filename.el
b/filename.el
index
66272d2
..
e04337a
100644
(file)
--- 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\"."