From baf84575054e9fc7e96c2b11552c04d98a3224ba Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 2 Nov 2013 14:32:07 +0100 Subject: [PATCH] ox: Fix comment --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index abc301207..a731cdf49 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -1250,7 +1250,7 @@ The back-end could then be called with, for example: ;; ;; + `:back-end' :: Current back-end used for transcoding. ;; - category :: tree -;; - type :: symbol +;; - type :: structure ;; ;; + `:creator' :: String to write as creation information. ;; - category :: option -- 2.11.4.GIT