ox.el (org-export-time-stamp-file): Fix docstring typo

* ox.el (org-export-time-stamp-file): Fix docstring typo.
This commit is contained in:
Bastien Guerry 2014-04-22 17:39:01 +02:00
parent 977b611250
commit 91da1b4c76
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ e.g. \"tasks:nil\"."
(defcustom org-export-time-stamp-file t
"Non-nil means insert a time stamp into the exported file.
The time stamp shows when the file was created. This option can
The time stamp shows when the file was created. This option can
also be set with the OPTIONS keyword, e.g. \"timestamp:nil\"."
:group 'org-export-general
:type 'boolean)