branch: externals/window-commander
commit 95fc96e8c16ba51a144ff3285dcdd604f9714617
Author: Daniel Semyonov <[email protected]>
Commit: Daniel Semyonov <[email protected]>
; Add a link to the Info node in the customization buffer
---
NEWS | 2 ++
swsw.el | 1 +
2 files changed, 3 insertions(+)
diff --git a/NEWS b/NEWS
index be6ae6e48d..0d04c56764 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ See the end of the file for an explanation of the versioning
scheme.
* 2.0.1 (currently in development)
+** Add a link to the info node in the customization buffer.
+
** Add version information to customizable variables.
** Fix swsw-delete when the only other tracked window is the minibuffer.
diff --git a/swsw.el b/swsw.el
index 6868c2058a..3be2059386 100644
--- a/swsw.el
+++ b/swsw.el
@@ -74,6 +74,7 @@
(defgroup swsw nil
"Simple window switching."
+ :link '(custom-manual "(swsw)Top")
:group 'convenience
:prefix "swsw-")