mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 13:07:59 +01:00
; Use two spaces after sentence
I follow this convention in Elisp files only.
This commit is contained in:
parent
b51389ce8f
commit
22aa38b0cd
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
;; (require 'exwm-background)
|
;; (require 'exwm-background)
|
||||||
;; (exwm-background-enable)
|
;; (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.
|
;; color can be customized via the `exwm-background-color' setting.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
|
@ -762,7 +762,7 @@ Current buffer must be an `exwm-mode' buffer."
|
||||||
(defun exwm-input--on-ButtonPress-line-mode (buffer button-event)
|
(defun exwm-input--on-ButtonPress-line-mode (buffer button-event)
|
||||||
"Handle button events in line mode.
|
"Handle button events in line mode.
|
||||||
BUFFER is the `exwm-mode' buffer the event was generated
|
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
|
The return value is used as event_mode to release the original
|
||||||
button event."
|
button event."
|
||||||
|
|
Loading…
Reference in a new issue