branch: externals/org commit f6fc385ed0e072375579183c7c386a89d204c3d6 Author: Nicholas Vollmer <iarchivedmywholel...@gmail.com> Commit: Ihor Radchenko <yanta...@posteo.net>
ob-lilypond.el: Fix docstring typos --- lisp/ob-lilypond.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el index b6ee91f58c..ca4005d711 100644 --- a/lisp/ob-lilypond.el +++ b/lisp/ob-lilypond.el @@ -145,7 +145,7 @@ blocks.") body)) (defun org-babel-execute:lilypond (body params) - "Execute lilypond src blcok according to arragne mode. + "Execute LilyPond src block according to arrange mode. See `org-babel-execute-src-block' for BODY and PARAMS. When in arrange mode, tangle all blocks and process the result. Otherwise, execute block according to header settings."