mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
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.
This commit is contained in:
parent
8478fac4a5
commit
eed478ffaa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user