diff options
author | Daniel Mendler <mail@daniel-mendler.de> | 2024-01-09T08·43+0100 |
---|---|---|
committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-01-12T09·07+0100 |
commit | b51389ce8f8650766a2fdee95c4d3d4ffa72ad88 (patch) | |
tree | c1aef1ae634a79c9fee9d8e87a3d480d45e5f50d /exwm-background.el | |
parent | 262aa0485576912626f77ce4c08f149e5e87c24a (diff) |
; exwm-background: Wrap docstrings to avoid compiler warnings
Diffstat (limited to 'exwm-background.el')
-rw-r--r-- | exwm-background.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/exwm-background.el b/exwm-background.el index 44fa5d03773c..701e577d8306 100644 --- a/exwm-background.el +++ b/exwm-background.el @@ -47,13 +47,13 @@ (defconst exwm-background--properties '("_XROOTPMAP_ID" "_XSETROOT_ID" "ESETROOT_PMAP_ID") "The background properties to set. -We can't need to set these so that compositing window managers can correctly display the background -color.") +We can't need to set these so that compositing window managers +can correctly display the background color.") (defvar exwm-background--connection nil "The X connection used for setting the background. -We use a separate connection as other background-setting tools may kill this connection when they -replace it.") +We use a separate connection as other background-setting tools +may kill this connection when they replace it.") (defvar exwm-background--pixmap nil "Cached background pixmap.") |