From a577b12d645513830e6c482abd3818f1cfbe20b5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 29 Sep 2022 20:03:51 +0300 Subject: [PATCH] ; * 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 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)) -- 2.39.2