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:
parent
6555f1abeb
commit
26c71bfe8c
4
etc/NEWS
4
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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user