projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696c528
)
; * lisp/image/wallpaper.el (wallpaper--x-monitor-name): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 29 Sep 2022 17:03:51 +0000
(20:03 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 29 Sep 2022 17:03:51 +0000
(20:03 +0300)
lisp/image/wallpaper.el
patch
|
blob
|
history
diff --git
a/lisp/image/wallpaper.el
b/lisp/image/wallpaper.el
index 3f852f2504fd1eda2cdbfb7e34f4b93050b22d64..e23b65d616f75fd1e1b7ac012d62deb9ddca10c1 100644
(file)
--- a/
lisp/image/wallpaper.el
+++ b/
lisp/image/wallpaper.el
@@
-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))