[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/window-commander ff30079d41 075/170: ; Remove trailing
From: |
ELPA Syncer |
Subject: |
[elpa] externals/window-commander ff30079d41 075/170: ; Remove trailing period in a tag string of 'swsw-scope' |
Date: |
Wed, 28 Jun 2023 19:00:28 -0400 (EDT) |
branch: externals/window-commander
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"
- [elpa] externals/window-commander 444873d9bd 114/170: Fix names of some internal and some external functions, (continued)
- [elpa] externals/window-commander 444873d9bd 114/170: Fix names of some internal and some external functions, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 8a9686e0fe 111/170: ; Change required Emacs version according to package-lint, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 85d9c690b1 102/170: ; Add key binding to swsw-mode's docstring, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander b5ebc9e08a 106/170: Use lambdas for ':set' functions, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander b2dcc60dab 136/170: ; Explain 'swsw--id-counter' more thoroughly, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander bbe31e347c 146/170: ; Bump version to 2.1.1, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 0d361df85e 148/170: ; Use 'kbd' notation in the README, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander c5f85632d9 156/170: Rework display functions, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander ae9876b2c6 163/170: Rename to Window Commander and simplify project, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 43d93402a8 167/170: ; Small fix, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander ff30079d41 075/170: ; Remove trailing period in a tag string of 'swsw-scope',
ELPA Syncer <=
- [elpa] externals/window-commander 07f26210e8 086/170: ; Add 'swsw-delete' fix to the NEWS file, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 8b74678bcf 028/170: * swsw.el (swsw-display-function): Avoid byte compilation warning, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 54ca1baa14 030/170: ; Restructure README and commentary, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander ebaa85abdd 031/170: ; Add a missing word to a comment, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 6695f8858e 034/170: ; Use '; ' for inline comment instead of '; ; ', ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander b5b05358a3 035/170: ; Add a news file containing a detailed change log, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander b6277eb31f 037/170: ; Indicate that version 1.1 is still in development in the NEWS file, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 1a5ce9c559 038/170: ; Add binding 'C-x o' to 'swsw-select' in 'swsw-mode-map' to the NEWS, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 7a00ef3140 039/170: ; Small documentation fixes, ELPA Syncer, 2023/06/28
- [elpa] externals/window-commander 3a9848deac 042/170: Add an Info node for the package, ELPA Syncer, 2023/06/28