From 91da1b4c76c6252bbed75f04cf19ea60f0131cee Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 22 Apr 2014 17:39:01 +0200 Subject: [PATCH] ox.el (org-export-time-stamp-file): Fix docstring typo * ox.el (org-export-time-stamp-file): Fix docstring typo. --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index e90832337..8564b21a5 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -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)