From 339b0ed82dbc0430ce71294f04a53547f532c1af Mon Sep 17 00:00:00 2001 From: Daanturo Date: Fri, 2 Jul 2021 23:24:37 +0700 Subject: [PATCH] Better explanation for apply-rpartially in NEWS * etc/NEWS (Lisp Changes in Emacs 28.1): Better explanation for apply-rpartially --- etc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index be30d6c859..a06456035c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2911,8 +2911,8 @@ The former is now declared obsolete. +++ ** New function 'apply-rpartially'. -Functionally equivalent to 'apply-partially' but arguments are aligned -to the right instead. +This is almost similar to 'apply-partially' except that the last +arguments are fixed instead of first ones. +++ ** New function 'syntax-class-to-char'. -- 2.32.0