]> code.delx.au - gnu-emacs-elpa/commitdiff
Doc
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 16 Oct 2015 09:44:17 +0000 (10:44 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 16 Oct 2015 09:44:17 +0000 (10:44 +0100)
Readme.org
beacon.el

index def0bba34277a462c7116e03ad5207d227bac261..d22ae20fdb571be62347822f9821d241fc457169 100644 (file)
@@ -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,
index d9f239668b945df57de61cdd407b91fc59cac9e7..46ba905bfbbc23bb688d1199df51b469b914fcb1 100644 (file)
--- 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,