From ec5cc394b439d5a2bf099df5424ad9683e215c1e Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 5 Jul 2012 18:06:14 +0200 Subject: [PATCH] org-export.el (org-export-filters-alist): Fix typo in docstring. * org-export.el (org-export-filters-alist): Fix typo in docstring. --- contrib/lisp/org-export.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 7e5d63ecf..9308c1dc1 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -266,7 +266,7 @@ way they are handled must be hard-coded into "Alist between filters properties and initial values. The key of each association is a property name accessible through -the communication channel its value is a configurable global +the communication channel. Its value is a configurable global variable defining initial filters. This list is meant to install user specified filters. Back-end