]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image/wallpaper.el (wallpaper--x-monitor-name): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 29 Sep 2022 17:03:51 +0000 (20:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 29 Sep 2022 17:03:51 +0000 (20:03 +0300)
lisp/image/wallpaper.el

index 3f852f2504fd1eda2cdbfb7e34f4b93050b22d64..e23b65d616f75fd1e1b7ac012d62deb9ddca10c1 100644 (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))