emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 26c71bf: ; etc/NEWS: Fix default-frame-alist refere


From: Noam Postavsky
Subject: [Emacs-diffs] master 26c71bf: ; etc/NEWS: Fix default-frame-alist reference (Bug#26280).
Date: Sat, 6 May 2017 14:23:42 -0400 (EDT)

branch: master
commit 26c71bfe8cb37332b4806ca7f43d59fd1a616c3b
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; 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 73c088c..2918c6e 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]