changeset 73916:faaa0f903f20

(org-export-with-timestamps) (org-export-remove-timestamps-from-toc) (org-export-with-tags): Improve previous doc fixes.
author Glenn Morris <rgm@gnu.org>
date Sat, 11 Nov 2006 04:03:19 +0000
parents 5b49e4f4dab8
children 7ae5bf94509f
files lisp/textmodes/org.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Sat Nov 11 04:02:58 2006 +0000
+++ b/lisp/textmodes/org.el	Sat Nov 11 04:03:19 2006 +0000
@@ -2147,18 +2147,18 @@
 	  (const :tag "entirely" t)))
 
 (defcustom org-export-with-timestamps t
-  "nil means, do not export time stamps and associated keywords."
+  "If nil, do not export time stamps and associated keywords."
   :group 'org-export-general
   :type 'boolean)
 
 (defcustom org-export-remove-timestamps-from-toc t
-  "nil means, remove timestamps from the table of contents entries."
+  "If nil, remove timestamps from the table of contents entries."
   :group 'org-export-general
   :type 'boolean)
 
 (defcustom org-export-with-tags 'not-in-toc
-  "nil means, do not export tags, just remove them from headlines.
-If this is the sysmbol `not-in-toc', tags will be removed from table of
+  "If nil, do not export tags, just remove them from headlines.
+If this is the symbol `not-in-toc', tags will be removed from table of
 contents entries, but still be shown in the headlines of the document."
   :group 'org-export-general
   :type '(choice