emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ace-window 6aaf1e6 13/92: Fix typo in docstring of aw-b


From: Stefan Monnier
Subject: [elpa] externals/ace-window 6aaf1e6 13/92: Fix typo in docstring of aw-background
Date: Wed, 17 Mar 2021 18:39:12 -0400 (EDT)

branch: externals/ace-window
commit 6aaf1e634414e7485b47ff94aac6c34588f2a371
Author: Nicolas Semrau <nhs@openmailbox.org>
Commit: Nicolas Semrau <nhs@openmailbox.org>

    Fix typo in docstring of aw-background
---
 ace-window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ace-window.el b/ace-window.el
index 9730f9b..70f4441 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -94,7 +94,7 @@ Use M-0 `ace-window' to toggle this value."
   :type 'boolean)
 
 (defcustom aw-background t
-  "When t, `ace-window' will dim out all buffers temporarily when used.'."
+  "When t, `ace-window' will dim out all buffers temporarily when used."
   :type 'boolean)
 
 (defcustom aw-leading-char-style 'char



reply via email to

[Prev in Thread] Current Thread [Next in Thread]