diff options
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index d2b48a64e45..231daa9a6a7 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -22674,7 +22674,7 @@ time-range, if possible. | |||
| 22674 | 22674 | ||
| 22675 | The optional ZONE is omitted or nil for Emacs local time, t for | 22675 | The optional ZONE is omitted or nil for Emacs local time, t for |
| 22676 | Universal Time, `wall' for system wall clock time, or a string as in | 22676 | Universal Time, `wall' for system wall clock time, or a string as in |
| 22677 | `set-time-zone-rule' for a time zone rule." | 22677 | the TZ environment variable." |
| 22678 | (format-time-string | 22678 | (format-time-string |
| 22679 | format | 22679 | format |
| 22680 | (apply 'encode-time | 22680 | (apply 'encode-time |