From c80fea73555d0747add9c61cce7d16e58eda6ded Mon Sep 17 00:00:00 2001 From: Bastien Date: Mon, 27 Sep 2021 17:23:21 +0200 Subject: [PATCH] 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 1fa5629ec..eb2b7a169 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))