Forráskód Böngészése

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

* ox.el (org-export-time-stamp-file): Fix docstring typo.
Bastien Guerry 11 éve
szülő
commit
91da1b4c76
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ox.el

@@ -752,7 +752,7 @@ e.g. \"tasks:nil\"."
 
 
 (defcustom org-export-time-stamp-file t
 (defcustom org-export-time-stamp-file t
   "Non-nil means insert a time stamp into the exported file.
   "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\"."
 also be set with the OPTIONS keyword, e.g. \"timestamp:nil\"."
   :group 'org-export-general
   :group 'org-export-general
   :type 'boolean)
   :type 'boolean)