diff --git a/dev/examples.el b/dev/examples.el index d7d94ce..d8513e2 100644 --- a/dev/examples.el +++ b/dev/examples.el @@ -1626,6 +1626,7 @@ or readability." "Functions that manipulate and compose other functions. They are currently offered in the separate package `dash-functional' for historical reasons, and will soon be absorbed by `dash'." + (defexamples -partial (funcall (-partial '- 5) 3) => 2 (funcall (-partial '+ 5 2) 3) => 10)