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

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

[nongnu] elpa/org-superstar 7b576a0f23 083/162: Fix org-superstar-restar


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 7b576a0f23 083/162: Fix org-superstar-restart docstring
Date: Fri, 31 Dec 2021 19:35:28 -0500 (EST)

branch: elpa/org-superstar
commit 7b576a0f23931554b7a522e38c37041a3a0073e3
Author: Nicholas Vollmer <iarchivedmywholelife@gmail.com>
Commit: Nicholas Vollmer <iarchivedmywholelife@gmail.com>

    Fix org-superstar-restart docstring
---
 org-superstar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-superstar.el b/org-superstar.el
index c8b9c407fd..4ebebbafe8 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -622,7 +622,7 @@ cleanup routines."
     (org-superstar--fontify-buffer))))
 
 (defun org-superstar-restart ()
-  "Re-enable ‘org-bullets-mode’, if the mode is enabled."
+  "Re-enable ‘org-superstar-mode’, if the mode is enabled."
   (interactive)
   (when org-superstar-mode
     (org-superstar-mode 0)



reply via email to

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