[sawfish] EA: improved defcustom strings (2)
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] EA: improved defcustom strings (2)
- Date: Sat, 19 Feb 2011 20:37:03 +0000 (UTC)
commit 214fecc881461b78bc925dfdb29617e21167062c
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Sat Feb 19 21:35:58 2011 +0100
EA: improved defcustom strings (2)
lisp/sawfish/wm/edge/actions.jl | 2 +-
lisp/sawfish/wm/edge/util.jl | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lisp/sawfish/wm/edge/actions.jl b/lisp/sawfish/wm/edge/actions.jl
index 2a0c750..2649054 100644
--- a/lisp/sawfish/wm/edge/actions.jl
+++ b/lisp/sawfish/wm/edge/actions.jl
@@ -50,7 +50,7 @@
:type (choice none/hot-spot viewport-drag flip-workspace flip-viewport))
(defcustom top-bottom-edge-move-action 'none
- "Action for the top and bottom screen-edge while moving."
+ "Action for the top and bottom screen-edge while moving a window."
:group edge-actions
:type (choice none viewport-drag flip-workspace flip-viewport))
diff --git a/lisp/sawfish/wm/edge/util.jl b/lisp/sawfish/wm/edge/util.jl
index bd89795..111b8b4 100644
--- a/lisp/sawfish/wm/edge/util.jl
+++ b/lisp/sawfish/wm/edge/util.jl
@@ -46,8 +46,8 @@
(remove-hook 'randr-change-notify-hook recreate-flippers)))
(defcustom hot-spots-corner-length 50
- "In hot-spot, this size portion is recognized as \"corners\".
-The unit is pixel, and applies to both x and y direction."
+ "The size portion of the screen-border recognized as \"corners\",
+in pixels. Applies to both x and y direction."
:type number
:range (5 . 500)
:group edge-actions)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]