Преглед изворни кода

lisp/oc.el: Fix docstring wrapping

* lisp/oc.el (org-cite-parse-elements): Fix docstring wrapping.
Bastien пре 3 година
родитељ
комит
c80fea7355
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      lisp/oc.el

+ 4 - 2
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))