branch: externals/window-commander
commit a0c339fbb486d13dd1440658890a1b40b41f7467
Author: Daniel Semyonov <[email protected]>
Commit: Daniel Semyonov <[email protected]>
; Small documentation change
---
swsw.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/swsw.el b/swsw.el
index 2a6d095228..3a006e13ab 100644
--- a/swsw.el
+++ b/swsw.el
@@ -95,11 +95,11 @@ This list should contain at least two characters."
(defcustom swsw-scope t
"Scope of all window operations.
-t means consider all windows on all existing frames.
-0 (the number zero) means consider all windows on all visible and
+- t means consider all windows on all existing frames.
+- 0 (the number zero) means consider all windows on all visible and
iconified frames.
-`visible' means consider all windows on all visible frames.
-`current' means consider only the currently selected frame."
+- `visible' means consider all windows on all visible frames.
+- `current' means consider only the currently selected frame."
:link '(info-link "(swsw)Customization")
:type '(radio (const :tag "All windows on all frames" t)
(const