From 946230bae44415eb25a3d4932ac4cdf5ddb52afb Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 18 May 2012 17:26:53 +0200 Subject: [PATCH] A few fixes to comments and docstrings --- contrib/lisp/org-element.el | 6 +++--- contrib/lisp/org-export.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/lisp/org-element.el b/contrib/lisp/org-element.el index eb9334fd2..bb9d064c9 100644 --- a/contrib/lisp/org-element.el +++ b/contrib/lisp/org-element.el @@ -1462,9 +1462,9 @@ CONTENTS is nil." Return a list whose CAR is `src-block' and CDR is a plist containing `:language', `:switches', `:parameters', `:begin', -`:end', `:hiddenp', `:contents-begin', `:contents-end', -`:number-lines', `:retain-labels', `:use-labels', `:label-fmt', -`:preserve-indent', `:value' and `:post-blank' keywords. +`:end', `:hiddenp', `:number-lines', `:retain-labels', +`:use-labels', `:label-fmt', `:preserve-indent', `:value' and +`:post-blank' keywords. Assume point is at the beginning of the block." (save-excursion diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 45c6b1fdd..b9209a889 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -70,7 +70,7 @@ ;; ;; In addition to element and object types, one function can be ;; associated to the `template' symbol and another one to the -;; `plain-list' symbol. The former returns the final transcoded +;; `plain-text' symbol. The former returns the final transcoded ;; string, and can be used to add a preamble and a postamble to ;; document's body. It must accept two arguments: the transcoded ;; string and the property list containing export options. The