docs(format): +format-in-org-src-blocks-fn: add docstring

This commit is contained in:
Henrik Lissner 2024-02-16 02:10:26 -05:00
parent 1e8fd09120
commit 5c7149da67
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -126,7 +126,7 @@ the requested feature."
;;;###autoload
(defun +format-in-org-src-blocks-fn (beg end _op)
"TODO"
"Reformat org src blocks with apheleia as if they were independent buffers."
(when (derived-mode-p 'org-mode)
(goto-char beg)
(while (re-search-forward org-babel-src-block-regexp end t)