; Fix recent whitespace change in dev/examples.el.

master
Basil L. Contovounesios 5 years ago
parent 4d403171c1
commit be4e939b89
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 1
      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)

Loading…
Cancel
Save