From 26c71bfe8cb37332b4806ca7f43d59fd1a616c3b Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sat, 6 May 2017 14:03:06 -0400 Subject: [PATCH] ; etc/NEWS: Fix default-frame-alist reference (Bug#26280). --- etc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 73c088c962e..2918c6ebeed 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -143,8 +143,8 @@ you can disable the feature by adding '(inhibit-double-buffering . t) -to default-frame-parameters. Or inject this parameter into the -selected frame by evaluating this form: +to default-frame-alist. Or inject this parameter into the selected +frame by evaluating this form: (modify-frame-parameters nil '((inhibit-double-buffering . t))) -- 2.39.2