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

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

[nongnu] elpa/focus 10b44de510 07/82: Docstring update


From: ELPA Syncer
Subject: [nongnu] elpa/focus 10b44de510 07/82: Docstring update
Date: Tue, 6 Sep 2022 04:58:54 -0400 (EDT)

branch: elpa/focus
commit 10b44de510219822357533b2f430884a0fcc2f2e
Author: Lars Tveito <larstvei@ifi.uio.no>
Commit: Lars Tveito <larstvei@ifi.uio.no>

    Docstring update
---
 focus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/focus.el b/focus.el
index 36e4163132..66988c3846 100644
--- a/focus.el
+++ b/focus.el
@@ -86,7 +86,7 @@ focus-move-focus to `post-command-hook'."
 
 ;;;###autoload
 (define-minor-mode focus-mode
-  "Dim the font color text in surrounding paragraphs."
+  "Dim the font color of text in surrounding paragraphs."
   :init-value nil
   (if focus-mode (focus-init) (focus-terminate)))
 



reply via email to

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