1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-02 08:22:16 +00:00

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

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)