1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-20 19:24:20 +00:00

Fix some docstrings

Patch by David Maus.
This commit is contained in:
Carsten Dominik 2010-03-26 21:34:25 +01:00
parent 05b4fb9bcb
commit 3cc99bdc1f
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2010-03-26 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-author-info, org-export-email-info): Fix
docstrings.
* org-beamer.el (org-beamer-select-environment): Renamed from
`org-beamer-set-environment-tag'. Improve docstring.

View File

@ -312,7 +312,7 @@ headline Only export the headline, but skip the tree below it."
"Non-nil means insert author name and email into the exported file.
This option can also be set with the +OPTIONS line,
e.g. \"author-info:nil\"."
e.g. \"author:nil\"."
:group 'org-export-general
:type 'boolean)
@ -320,7 +320,7 @@ e.g. \"author-info:nil\"."
"Non-nil means insert author name and email into the exported file.
This option can also be set with the +OPTIONS line,
e.g. \"email-info:t\"."
e.g. \"email:t\"."
:group 'org-export-general
:type 'boolean)