Просмотр исходного кода

org-e-beamer: Small docstring changes

* contrib/lisp/org-e-beamer.el (org-e-beamer-export-as-latex,
  org-e-beamer-export-to-pdf): Small docstring changes.
Nicolas Goaziou 12 лет назад
Родитель
Сommit
eed478ffaa
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      contrib/lisp/org-e-beamer.el

+ 2 - 2
contrib/lisp/org-e-beamer.el

@@ -894,7 +894,7 @@ value."
 ;;;###autoload
 (defun org-e-beamer-export-as-latex
   (&optional subtreep visible-only body-only ext-plist)
-  "Export current buffer as a Beamer presentation.
+  "Export current buffer as a Beamer buffer.
 
 If narrowing is active in the current buffer, only export its
 narrowed part.
@@ -962,7 +962,7 @@ Return output file's name."
 ;;;###autoload
 (defun org-e-beamer-export-to-pdf
   (&optional subtreep visible-only body-only ext-plist pub-dir)
-  "Export current buffer as a BEAMER presentation (pdf).
+  "Export current buffer as a BEAMER presentation (PDF).
 
 If narrowing is active in the current buffer, only export its
 narrowed part.