From: Noam Postavsky Date: Sat, 6 May 2017 18:03:06 +0000 (-0400) Subject: ; etc/NEWS: Fix default-frame-alist reference (Bug#26280). X-Git-Tag: emacs-26.0.90~521^2~456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26c71bfe8cb37332b4806ca7f43d59fd1a616c3b;p=emacs.git ; etc/NEWS: Fix default-frame-alist reference (Bug#26280). --- 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)))