branch: externals/logos
commit 2d09f9715971133d84ced39066bf748da73bdd4e
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Reword the doc string of logos-update-fringe-in-buffers
---
 logos.el | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/logos.el b/logos.el
index 8b82cd712d..cc80f8b4cf 100644
--- a/logos.el
+++ b/logos.el
@@ -575,14 +575,10 @@ options: `logos-scroll-lock', `logos-variable-pitch',
 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).  Or use the special hook
-`enable-theme-functions' that is part of Emacs 29.
-
-The Logos manual explains how to implement such a hook for any
-theme."
+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' (which are built into Emacs).  Or use the special hook
+`enable-theme-functions' that is part of Emacs 29."
   (mapc #'logos--update-fringe (buffer-list)))
 
 (provide 'logos)

Reply via email to