]> git.eshelyaron.com Git - emacs.git/commitdiff
; etc/NEWS: Fix default-frame-alist reference (Bug#26280).
authorNoam Postavsky <npostavs@gmail.com>
Sat, 6 May 2017 18:03:06 +0000 (14:03 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 6 May 2017 18:03:06 +0000 (14:03 -0400)
etc/NEWS

index 73c088c962e9153995928cc2a31e7696b057fee4..2918c6ebeedb1630ede9596354907c40596f64c0 100644 (file)
--- 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)))