emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8941740 07/34: Fix docs


From: Artur Malabarba
Subject: [elpa] master 8941740 07/34: Fix docs
Date: Fri, 16 Oct 2015 09:56:50 +0000

branch: master
commit 894174003d99e06c3206001945dbca40e4830b06
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Fix docs
---
 beacon.el |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/beacon.el b/beacon.el
index 66e6d20..34dba38 100644
--- a/beacon.el
+++ b/beacon.el
@@ -38,11 +38,14 @@
 (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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]