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

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

[elpa] master d48f296 31/34: Doc


From: Artur Malabarba
Subject: [elpa] master d48f296 31/34: Doc
Date: Fri, 16 Oct 2015 09:57:00 +0000

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

    Doc
---
 Readme.org |    6 +++---
 beacon.el  |    7 +++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/Readme.org b/Readme.org
index def0bba..d22ae20 100644
--- a/Readme.org
+++ b/Readme.org
@@ -7,8 +7,8 @@ This is a global minor-mode.  Turn it on everywhere with:
 
 [[file:example-beacon.gif]]
 
-Whenever the window scrolls or you switch buffer a light will shine on
-top of your cursor so you know where it is.
+Whenever the window scrolls a light will shine on top of your cursor
+so you know where it is.
 
 That’s it.
 
@@ -22,7 +22,7 @@ That’s it.
 
 - To customize /when/ the beacon should blink at all, configure
   ~beacon-blink-when-window-scrolls~,
-  ~beacon-blink-when-buffer-changes~, and
+  ~beacon-blink-when-window-changes~, and
   ~beacon-blink-when-point-moves~.
 
 - To prevent the beacon from blinking only on some major-modes,
diff --git a/beacon.el b/beacon.el
index d9f2396..46ba905 100644
--- a/beacon.el
+++ b/beacon.el
@@ -28,8 +28,8 @@
 ;; │ (beacon-mode 1)
 ;; └────
 ;;
-;; Whenever the window scrolls or you switch buffer a light will shine on
-;; top of your cursor so you know where it is.
+;; Whenever the window scrolls a light will shine on top of your cursor so
+;; you know where it is.
 ;;
 ;; That’s it.
 ;;
@@ -45,8 +45,7 @@
 ;;
 ;;   • To customize /when/ the beacon should blink at all, configure
 ;;     `beacon-blink-when-window-scrolls',
-;;     `beacon-blink-when-window-changes',
-;;     `beacon-blink-when-buffer-changes', and
+;;     `beacon-blink-when-window-changes', and
 ;;     `beacon-blink-when-point-moves'.
 ;;
 ;;   • To prevent the beacon from blinking only on some major-modes,



reply via email to

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