branch: externals/org
commit c80fea73555d0747add9c61cce7d16e58eda6ded
Author: Bastien <[email protected]>
Commit: Bastien <[email protected]>
lisp/oc.el: Fix docstring wrapping
* lisp/oc.el (org-cite-parse-elements): Fix docstring wrapping.
---
lisp/oc.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/lisp/oc.el b/lisp/oc.el
index 1fa5629..eb2b7a1 100644
--- a/lisp/oc.el
+++ b/lisp/oc.el
@@ -1038,8 +1038,10 @@ the same object, call `org-cite-adjust-punctuation'
first."
;;; Tools generating or operating on parsed data
(defun org-cite-parse-elements (s)
"Parse string S as a list of Org elements.
-The return value is suitable as a replacement for a \"print_bibliography\"
keyword.
-As a consequence, the function raises an error if S contains a headline."
+
+The return value is suitable as a replacement for a
+\"print_bibliography\" keyword. As a consequence, the function
+raises an error if S contains a headline."
(with-temp-buffer
(insert s)
(pcase (org-element-contents (org-element-parse-buffer))