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:
parent
696c528379
commit
a577b12d64
1 changed files with 3 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue