mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
org-e-ascii: Fix docstrings
* contrib/lisp/org-e-ascii.el (org-e-ascii-filter-headline-blank-lines, org-e-ascii-filter-paragraph-spacing): Fix docstrings.
This commit is contained in:
parent
1aae9d83bf
commit
60127b7096
@ -1760,9 +1760,7 @@ BACK-END is symbol specifying back-end used for export. INFO is
|
||||
plist containing the communication channel.
|
||||
|
||||
This function only applies to `e-ascii' back-end. See
|
||||
`org-e-ascii-headline-spacing' for information.
|
||||
|
||||
For any other back-end, HEADLINE is returned as-is."
|
||||
`org-e-ascii-headline-spacing' for information."
|
||||
(if (not org-e-ascii-headline-spacing) headline
|
||||
(let ((blanks (make-string (1+ (cdr org-e-ascii-headline-spacing)) ?\n)))
|
||||
(replace-regexp-in-string "\n\\(?:\n[ \t]*\\)*\\'" blanks headline))))
|
||||
@ -1775,9 +1773,7 @@ back-end used for export. INFO is a plist used as
|
||||
a communication channel.
|
||||
|
||||
This function only applies to `e-ascii' back-end. See
|
||||
`org-e-ascii-paragraph-spacing' for information.
|
||||
|
||||
For any other back-end, HEADLINE is returned as-is."
|
||||
`org-e-ascii-paragraph-spacing' for information."
|
||||
(when (wholenump org-e-ascii-paragraph-spacing)
|
||||
(org-element-map
|
||||
tree 'paragraph
|
||||
|
Loading…
Reference in New Issue
Block a user