summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-14 11:10:10 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-14 11:19:00 +0200
commit41a31553197911b6ccdb5da93801ff63cef9b3cf (patch)
tree07187e621956f19679c27da958b685eeabf95d0e /etc
parentbfafe4aacceb213fbfd7d92bfd6362a13cbdc667 (diff)
downloademacs-41a31553197911b6ccdb5da93801ff63cef9b3cf.tar.gz
Improve wallpaper.el docs for recent changes
* lisp/image/wallpaper.el: Fix documentation to better reflect that no external command is needed on Haiku. * etc/NEWS: Update entry on wallpaper.el.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 10 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82168038c34..7505a37c06d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1991,9 +1991,16 @@ This is done via 'image-converter-add-handler'.
---
*** New library wallpaper.el.
-This library contains the command `wallpaper-set', which uses an
-external command to set the desktop background. The new user option
-`wallpaper-commands' controls which command is being used.
+This library contains the command `wallpaper-set', which sets the
+desktop background.
+
+On GNU/Linux and other Unix-like systems, it uses an external command
+(such as "swaybg", "gm", "display" or "xloadimage"). A suitable
+command should be detected automatically in most cases, but can also
+be customized manually with the new user option `wallpaper-commands'.
+
+On Haiku, it uses the new function `haiku-set-wallpaper', which does
+not rely on any external command.
** Image-Dired