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

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

[elpa] externals/logos ab8d1cdb56 2/2: Refine logos-update-fringe-in-buf


From: ELPA Syncer
Subject: [elpa] externals/logos ab8d1cdb56 2/2: Refine logos-update-fringe-in-buffers docstring
Date: Wed, 31 Aug 2022 21:57:46 -0400 (EDT)

branch: externals/logos
commit ab8d1cdb56d19e40ec3b02d3df37ea2606335012
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine logos-update-fringe-in-buffers docstring
---
 logos.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/logos.el b/logos.el
index a05182200c..4637bdd632 100644
--- a/logos.el
+++ b/logos.el
@@ -501,14 +501,17 @@ options: `logos-scroll-lock', `logos-variable-pitch',
       (logos--hide-fringe))))
 
 (defun logos-update-fringe-in-buffers ()
-  "Run `logos--update-fringe' through the `buffer-list'.
+  "Update the `fringe' face across all relevant buffers.
 This is only relevant if the user option `logos-hide-fringe' is
 non-nil and the `logos-focus-mode' is enabled.
 
 Bind this function to a hook that runs at the post theme load
 phase.  For example: `modus-themes-after-load-theme-hook' from
 the `modus-themes' (`modus-operandi' and `modus-vivendi' themes
-are built into Emacs)."
+are built into Emacs).
+
+The Logos manual explains how to implement such a hook for any
+theme."
   (mapc #'logos--update-fringe (buffer-list)))
 
 (provide 'logos)



reply via email to

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