branch: elpa/auto-dim-other-buffers
commit b797afadb48f69671d167050243e086923dcd364
Author: Michal Nazarewicz <min...@mina86.com>
Commit: Michal Nazarewicz <min...@mina86.com>

    s/it’s/its/
---
 auto-dim-other-buffers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index 3a7cc93576..ad987bd7c4 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -67,7 +67,7 @@
   "Buffer we were before command finished.")
 
 (defun adob--ignore-buffer (buffer)
-  "Return whether to ignore BUFFER and do not affect it's state.
+  "Return whether to ignore BUFFER and do not affect its state.
 Currently only mini buffer and echo areas are ignored."
   (or (null buffer)
       (minibufferp buffer)

Reply via email to