From 809697ba527d87b751405b1dc0cb96777fed1c9f Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 17 May 2015 12:41:18 +0200 Subject: [PATCH] Changed paragraph to sections --- focus.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/focus.el b/focus.el index c47decb..2f1088b 100644 --- a/focus.el +++ b/focus.el @@ -1,4 +1,4 @@ -;;; focus.el --- Dim the font color of text in surrounding paragraphs -*- lexical-binding: t; -*- +;;; focus.el --- Dim the font color of text in surrounding sections -*- lexical-binding: t; -*- ;; Copyright (C) 2015 Lars Tveito @@ -23,7 +23,7 @@ ;;; Commentary: -;; Focus provides `focus-mode` that dims the text of surrounding paragraphs, +;; Focus provides `focus-mode` that dims the text of surrounding sections, ;; similar to [iA Writer's](https://ia.net/writer) Focus Mode. ;; ;; Enable the mode with `M-x focus-mode'. @@ -143,7 +143,7 @@ deleted, and `focus-move-focus' is removed from `post-command-hook'." ;;;###autoload (define-minor-mode focus-mode - "Dim the font color of text in surrounding paragraphs." + "Dim the font color of text in surrounding sections." :init-value nil (if focus-mode (focus-init) (focus-terminate)))