Browse Source

org-export and back-ends: Fix some docstrings

Nicolas Goaziou 12 years ago
parent
commit
c8acf8d695
3 changed files with 7 additions and 9 deletions
  1. 3 4
      contrib/lisp/org-e-ascii.el
  2. 1 1
      contrib/lisp/org-export.el
  3. 3 4
      contrib/lisp/org-md.el

+ 3 - 4
contrib/lisp/org-e-ascii.el

@@ -1736,10 +1736,9 @@ EXT-PLIST, when provided, is a property list with external
 parameters overriding Org default settings, but still inferior to
 file-local settings.
 
-When optional argument PUB-DIR is set, use it as the publishing
-directory.
-
-Return output file's name."
+Export is done in a buffer named \"*Org E-ASCII Export*\", which
+will be displayed when `org-export-show-temporary-export-buffer'
+is non-nil."
   (interactive)
   (let ((outbuf (org-export-to-buffer
 		 'e-ascii "*Org E-ASCII Export*"

+ 1 - 1
contrib/lisp/org-export.el

@@ -4288,7 +4288,7 @@ entry.")
   "Translate string S according to language specification.
 
 ENCODING is a symbol among `:ascii', `:html', `:latex', `:latin1'
-and `:utf8'.  INFO is a plist used as a communication channel.
+and `:utf-8'.  INFO is a plist used as a communication channel.
 
 Translation depends on `:language' property.  Return the
 translated string.  If no translation is found return S."

+ 3 - 4
contrib/lisp/org-md.el

@@ -373,10 +373,9 @@ first.
 When optional argument VISIBLE-ONLY is non-nil, don't export
 contents of hidden elements.
 
-When optional argument PUB-DIR is set, use it as the publishing
-directory.
-
-Return output file's name."
+Export is done in a buffer named \"*Org MD Export*\", which will
+be displayed when `org-export-show-temporary-export-buffer' is
+non-nil."
   (interactive)
   (let ((outbuf (org-export-to-buffer
 		 'md "*Org MD Export*" subtreep visible-only)))