From 3cc99bdc1f6c409e094f27ba92cab78c8fd4962f Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 26 Mar 2010 21:34:25 +0100 Subject: [PATCH] Fix some docstrings Patch by David Maus. --- lisp/ChangeLog | 3 +++ lisp/org-exp.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f535aa68..2d18280fc 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-03-26 Carsten Dominik + * 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. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 68a8cc569..f4e89f4fa 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -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) -- 2.11.4.GIT