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

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

[nongnu] elpa/org-superstar 8a6215a10f 084/162: Merge pull request #6 fr


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 8a6215a10f 084/162: Merge pull request #6 from progfolio/fix-org-superstar-restart-docstring
Date: Fri, 31 Dec 2021 19:35:28 -0500 (EST)

branch: elpa/org-superstar
commit 8a6215a10fab42a5ae485f933688552eedefcf5d
Merge: 31c8dc54a9 7b576a0f23
Author: D. Williams <d.williams@posteo.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #6 from progfolio/fix-org-superstar-restart-docstring
    
    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]