From b3b2b3de5db37d87b5b59ee8b32db5f04d456e10 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Tue, 5 May 2026 21:23:07 +0200 Subject: [PATCH] ; * etc/NEWS: Fix typo in recent change. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 0e1268f4c9a..72754769822 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4612,7 +4612,7 @@ it causes 'quit' since it is used for 'C-g'. +++ ** New ':interactive-only' way to add an advice. While it is marginally more efficient than ':after' or ':before', -the main purpose it to make the intention more obvious when the advice +the main purpose is to make the intention more obvious when the advice modifies only the interactive form and not the actual behavior of the function.