1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/image/wallpaper.el (wallpaper--x-monitor-name): Doc fix.

This commit is contained in:
Eli Zaretskii 2022-09-29 20:03:51 +03:00
parent 696c528379
commit a577b12d64

View file

@ -404,7 +404,9 @@ On a graphical display, try using the same monitor as the current
frame.
On a non-graphical display, try to get the name by connecting to
the display server directly, and run \"xrandr\" if that doesn't
work. Prompt for the monitor name if neither method works."
work. Prompt for the monitor name if neither method works.
This function is meaningful only on X and is used only there."
(if (or (display-graphic-p)
noninteractive)
(let-alist (car (display-monitor-attributes-list))