1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

; etc/NEWS: Fix default-frame-alist reference (Bug#26280).

This commit is contained in:
Noam Postavsky 2017-05-06 14:03:06 -04:00
parent 6555f1abeb
commit 26c71bfe8c

View File

@ -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)))