branch: elpa/org-superstar commit 7b576a0f23931554b7a522e38c37041a3a0073e3 Author: Nicholas Vollmer <iarchivedmywholel...@gmail.com> Commit: Nicholas Vollmer <iarchivedmywholel...@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)