diff options
author | Daniel Mendler <mail@daniel-mendler.de> | 2024-01-09T18·52+0100 |
---|---|---|
committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-01-12T09·07+0100 |
commit | 22aa38b0cda9b58865ec2d59dc89bc32884ffc76 (patch) | |
tree | f3a168613855e3bda0384f94f75c77087fb52270 | |
parent | b51389ce8f8650766a2fdee95c4d3d4ffa72ad88 (diff) |
; Use two spaces after sentence
I follow this convention in Elisp files only.
-rw-r--r-- | exwm-background.el | 2 | ||||
-rw-r--r-- | exwm-input.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exwm-background.el b/exwm-background.el index 701e577d8306..fa663d8fe637 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 366fd624d91f..147638be7248 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." |