ox-ascii: Fix a docstring
* lisp/ox-ascii.el (org-ascii-filter-paragraph-spacing): Remove reference to now renamed `e-ascii' back-end.
This commit is contained in:
parent
f1e23104e3
commit
985321ea1f
|
@ -1780,7 +1780,7 @@ TREE is the parse tree. BACK-END is the symbol specifying
|
||||||
back-end used for export. INFO is a plist used as
|
back-end used for export. INFO is a plist used as
|
||||||
a communication channel.
|
a communication channel.
|
||||||
|
|
||||||
This function only applies to `e-ascii' back-end. See
|
This function only applies to `ascii' back-end. See
|
||||||
`org-ascii-paragraph-spacing' for information."
|
`org-ascii-paragraph-spacing' for information."
|
||||||
(when (wholenump org-ascii-paragraph-spacing)
|
(when (wholenump org-ascii-paragraph-spacing)
|
||||||
(org-element-map tree 'paragraph
|
(org-element-map tree 'paragraph
|
||||||
|
|
Loading…
Reference in New Issue