aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-19 14:57:50 +0000
committerEli Zaretskii2008-10-19 14:57:50 +0000
commit80f85d7cda750c0ee0c4e0a2f9646b27c37fb52f (patch)
treeaaa38c59e9e6a6a639d3ba68851adae31a718ed9 /etc
parentd24ae8f0576120bc5c4cef7e7651d1d53684466b (diff)
downloademacs-80f85d7cda750c0ee0c4e0a2f9646b27c37fb52f.tar.gz
emacs-80f85d7cda750c0ee0c4e0a2f9646b27c37fb52f.zip
(Calling Functions): Document `apply-partially'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a91f17e101c..6a7783e6293 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1581,6 +1581,7 @@ times the default column width.
1581*** `format-seconds' converts a number of seconds into a readable 1581*** `format-seconds' converts a number of seconds into a readable
1582string of days, hours, etc. 1582string of days, hours, etc.
1583 1583
1584+++
1584*** `apply-partially' performs a "curried" application of a function. 1585*** `apply-partially' performs a "curried" application of a function.
1585 1586
1586*** `read-shell-command' does what its name says, with completion. It 1587*** `read-shell-command' does what its name says, with completion. It