Added documentation in doc/lispref/functions.texi and etc/NEWS. Thank you. On 7/1/21 8:11 PM, Basil L. Contovounesios wrote: > tags 49316 + patch > quit > >> From c594d6fc396b80019c48e63918f8c5e485f2782f Mon Sep 17 00:00:00 2001 >> From: Daanturo >> Date: Thu, 1 Jul 2021 19:21:08 +0700 >> Subject: [PATCH] Define apply-rpatially > ^^^^^^^^^ > rpartially > >> Which is analogous to `apply-partially` but arguments are aligned on the right >> instead. > Nit: Missing changelog-style entry (see the guidelines in the file > CONTRIBUTE), e.g.: > > * lisp/subr.el (apply-rpartially): New function. > >> lisp/subr.el | 9 +++++++++ >> 1 file changed, 9 insertions(+) > This feature would probably also warrant an announcement in etc/NEWS and > a manual entry under (info "(elisp) Calling Functions"). > > Thanks, > -- Daanturo.