emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a577b12d64: ; * lisp/image/wallpaper.el (wallpaper--x-monitor-nam


From: Eli Zaretskii
Subject: master a577b12d64: ; * lisp/image/wallpaper.el (wallpaper--x-monitor-name): Doc fix.
Date: Thu, 29 Sep 2022 13:04:29 -0400 (EDT)

branch: master
commit a577b12d645513830e6c482abd3818f1cfbe20b5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/image/wallpaper.el (wallpaper--x-monitor-name): Doc fix.
---
 lisp/image/wallpaper.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el
index 3f852f2504..e23b65d616 100644
--- 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]