branch: elpa/org-tree-slide commit 8aa567aa7227fb58226a6c41eec34ada9b528f6a Author: Takaaki ISHIKAWA <tak...@ieee.org> Commit: Takaaki ISHIKAWA <tak...@ieee.org>
Fix typo --- org-tree-slide.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-tree-slide.el b/org-tree-slide.el index 7920f34ee7..95b3e795cd 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -309,7 +309,7 @@ (message "End of slide.")) ; Return back. ((and (equal action 'first) (equal direction 'previous)) (ots-move-to-the-first-heading) - (message "Begining of slide.")) ; Stay the first heading + (message "Beginning of slide.")) ; Stay the first heading ;; (ots-outline-previous-heading)) (t nil)))