branch: elpa/auto-dim-other-buffers commit d8591d048f97478e75c71830fb6d7c009351c73d Author: Michal Nazarewicz <min...@mina86.com> Commit: Michal Nazarewicz <min...@mina86.com>
Minor README grammar fix --- README.md | 2 +- auto-dim-other-buffers.el | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34edbbd302..1c29ab0301 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ and set its foreground and background to match background of the ## Afterword -Note that despite it, the mode operates on *windows* rather than +Note that despite its name, the mode operates on *windows* rather than buffers. In other words, selected window is highlighted and all other windows are dimmed even if they display the same buffer. The package is named `auto-dim-other-buffer` for historical reasons. diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el index 763655bb9c..4c148a97f0 100644 --- a/auto-dim-other-buffers.el +++ b/auto-dim-other-buffers.el @@ -94,10 +94,10 @@ ;; ## Afterword -;; Note that despite it, the mode operates on *windows* rather than buffers. In -;; other words, selected window is highlighted and all other windows are dimmed -;; even if they display the same buffer. The package is named -;; `auto-dim-other-buffer' for historical reasons. +;; Note that despite its name, the mode operates on *windows* rather than +;; buffers. In other words, selected window is highlighted and all other +;; windows are dimmed even if they display the same buffer. The package is +;; named `auto-dim-other-buffer' for historical reasons. ;;; Code: