A few fixes to comments and docstrings
This commit is contained in:
parent
fc5d53d910
commit
946230bae4
|
@ -1462,9 +1462,9 @@ CONTENTS is nil."
|
||||||
|
|
||||||
Return a list whose CAR is `src-block' and CDR is a plist
|
Return a list whose CAR is `src-block' and CDR is a plist
|
||||||
containing `:language', `:switches', `:parameters', `:begin',
|
containing `:language', `:switches', `:parameters', `:begin',
|
||||||
`:end', `:hiddenp', `:contents-begin', `:contents-end',
|
`:end', `:hiddenp', `:number-lines', `:retain-labels',
|
||||||
`:number-lines', `:retain-labels', `:use-labels', `:label-fmt',
|
`:use-labels', `:label-fmt', `:preserve-indent', `:value' and
|
||||||
`:preserve-indent', `:value' and `:post-blank' keywords.
|
`:post-blank' keywords.
|
||||||
|
|
||||||
Assume point is at the beginning of the block."
|
Assume point is at the beginning of the block."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
;;
|
;;
|
||||||
;; In addition to element and object types, one function can be
|
;; In addition to element and object types, one function can be
|
||||||
;; associated to the `template' symbol and another one to the
|
;; 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
|
;; string, and can be used to add a preamble and a postamble to
|
||||||
;; document's body. It must accept two arguments: the transcoded
|
;; document's body. It must accept two arguments: the transcoded
|
||||||
;; string and the property list containing export options. The
|
;; string and the property list containing export options. The
|
||||||
|
|
Loading…
Reference in New Issue