From ce01574d3b020bc3e9f8a20ae017494497f3fc1e Mon Sep 17 00:00:00 2001
From: Daniel Mendler <mail@daniel-mendler.de>
Date: Tue, 9 Jan 2024 19:52:51 +0100
Subject: [PATCH] Use two spaces after sentence

I follow this convention in Elisp files only.
---
 exwm-background.el | 2 +-
 exwm-input.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exwm-background.el b/exwm-background.el
index 701e577..fa663d8 100644
--- a/exwm-background.el
+++ b/exwm-background.el
@@ -27,7 +27,7 @@
 ;;   (require 'exwm-background)
 ;;   (exwm-background-enable)
 ;;
-;; By default, this will apply the theme's background color. However, that
+;; By default, this will apply the theme's background color.  However, that
 ;; color can be customized via the `exwm-background-color' setting.
 
 ;;; Code:
diff --git a/exwm-input.el b/exwm-input.el
index 366fd62..147638b 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -762,7 +762,7 @@ Current buffer must be an `exwm-mode' buffer."
 (defun exwm-input--on-ButtonPress-line-mode (buffer button-event)
   "Handle button events in line mode.
 BUFFER is the `exwm-mode' buffer the event was generated
-on. BUTTON-EVENT is the X event converted into an Emacs event.
+on.  BUTTON-EVENT is the X event converted into an Emacs event.
 
 The return value is used as event_mode to release the original
 button event."