From: Eli Zaretskii Date: Thu, 29 Sep 2022 17:03:51 +0000 (+0300) Subject: ; * lisp/image/wallpaper.el (wallpaper--x-monitor-name): Doc fix. X-Git-Tag: emacs-29.0.90~1856^2~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a577b12d645513830e6c482abd3818f1cfbe20b5;p=emacs.git ; * lisp/image/wallpaper.el (wallpaper--x-monitor-name): Doc fix. --- diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el index 3f852f2504f..e23b65d616f 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))