From 985321ea1f00dde524c562388a655d8568cf3242 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 20 Feb 2013 20:32:30 +0100 Subject: [PATCH] ox-ascii: Fix a docstring * lisp/ox-ascii.el (org-ascii-filter-paragraph-spacing): Remove reference to now renamed `e-ascii' back-end. --- lisp/ox-ascii.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index 95ed8d95d..2eb2ad03f 100644 --- a/lisp/ox-ascii.el +++ b/lisp/ox-ascii.el @@ -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 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." (when (wholenump org-ascii-paragraph-spacing) (org-element-map tree 'paragraph -- 2.11.4.GIT