ob-lilypond.el: Fix docstring typos

This commit is contained in:
Nicholas Vollmer 2023-09-03 15:41:51 -04:00 committed by Ihor Radchenko
parent 234650af2e
commit f6fc385ed0
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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."