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

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

[nongnu] elpa/swsw ff30079d41 075/146: ; Remove trailing period in a tag


From: ELPA Syncer
Subject: [nongnu] elpa/swsw ff30079d41 075/146: ; Remove trailing period in a tag string of 'swsw-scope'
Date: Wed, 25 May 2022 02:59:48 -0400 (EDT)

branch: elpa/swsw
commit ff30079d4152b2f8f1234a85cc98c41a72bb6a0d
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Remove trailing period in a tag string of 'swsw-scope'
---
 swsw.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index 547bc48294..94ae6a9937 100644
--- a/swsw.el
+++ b/swsw.el
@@ -120,7 +120,7 @@ t means consider all windows on all existing frames.
 ‘current’ means consider only the currently selected frame."
   :type '(radio (const :tag "All windows on all frames" t)
                 (const
-                 :tag "All windows on all visible and iconified frames." 0)
+                 :tag "All windows on all visible and iconified frames" 0)
                 (const :tag "All windows on all visible frames" visible)
                 (const
                  :tag "All window on the currently selected frame"



reply via email to

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