branch: externals/window-commander
commit ff30079d4152b2f8f1234a85cc98c41a72bb6a0d
Author: Daniel Semyonov <[email protected]>
Commit: Daniel Semyonov <[email protected]>
; 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"