]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix docs
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 13:40:39 +0000 (14:40 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 13:41:21 +0000 (14:41 +0100)
beacon.el

index 66e6d20fb4679cf6120d13df3555175e64128fce..34dba38acf75b58e051f2d124c02c33a6bc68cf5 100644 (file)
--- a/beacon.el
+++ b/beacon.el
 (defvar beacon--timer nil)
 
 (defcustom beacon-push-mark nil
-  "Should the mark be pushed before long movements?"
-  :type 'boolean)
+  "Should the mark be pushed before long movements?
+If nil, `beacon' will not push the mark.
+Otherwise this should be a number, and `beacon' will push the
+mark whenever point moves more than that many lines."
+  :type '(choice integer (const nil)))
 
 (defcustom beacon-blink-when-point-moves nil
-  "Should the beacon blink when changing buffer?
+  "Should the beacon blink when moving a long distance?
 If nil, don't blink due to plain movement.
 If non-nil, this should be an integer, which is the minimum
 movement distance (in lines) that triggers a beacon blink."
@@ -64,7 +67,7 @@ movement distance (in lines) that triggers a beacon blink."
   "Time, in seconds, before starting to fade the beacon."
   :type 'number)
 
-(defcustom beacon-size 30
+(defcustom beacon-size 40
   "Size of the beacon in characters."
   :type 'number)