branch: elpa/auto-dim-other-buffers
commit 64886bb30e7b0fd5fb26c185be8c2f093ca39ae1
Author: Michal Nazarewicz <[email protected]>
Commit: Michal Nazarewicz <[email protected]>
Minor checkedoc fixes; added Keywords
---
auto-dim-other-buffers.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index 084f9d0b35..e0882e2dfa 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -1,8 +1,8 @@
;;; auto-dim-other-buffers.el --- Makes windows without focus less prominent
-*- lexical-binding: t -*-
;; Author: Michal Nazarewicz <[email protected]>
-;; Maintainer: Michal Nazarewicz <[email protected]>
;; URL: https://github.com/mina86/auto-dim-other-buffers.el
;; Version: 2.1.1
+;; Keywords: faces
;; This file is not part of GNU Emacs.
@@ -358,8 +358,8 @@ stores the last state we’ve seen so that we can skip doing
any
work if it hasn’t changed.")
(defun adob--focus-change ()
- ;; Reset the timer variable so `adob--focus-change-hook’ will schedule us
- ;; again.
+ ;; Reset the timer variable so `adob--focus-change-hook’ will schedule us
+ ;; Again.
(setq adob--focus-change-timer nil)
;; ‘after-focus-change-function’ has been added at the same time as
;; ‘frame-focus-state’ function so if we’re here we know that function is