From a0cd9afa36d683963579a2eaab00b4a8b815b21d Mon Sep 17 00:00:00 2001
From: Daniel Mendler <mail@daniel-mendler.de>
Date: Tue, 9 Jan 2024 09:43:40 +0100
Subject: [PATCH] exwm-background: Wrap docstrings to avoid compiler warnings

---
 exwm-background.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/exwm-background.el b/exwm-background.el
index 44fa5d0..701e577 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.")