diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2016-04-11 15:15:23 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-04-11 15:15:59 -0700 |
| commit | c41ce1cf3db45111cf4034d4a5fe6d98ada07b97 (patch) | |
| tree | 64d4a00266c4f95e3d7fd234bd5d627f853fb81f /lisp/gnus | |
| parent | 10597c977d55cbf9304b51c3b364ce58199384a0 (diff) | |
| download | emacs-c41ce1cf3db45111cf4034d4a5fe6d98ada07b97.tar.gz | |
Capitalize “Universal Time” in documentation
It’s a proper noun.
* lisp/vc/add-log.el (add-log-time-zone-rule): Also, fix typo by
mentioning ‘format-time-string’ instead of ‘set-time-zone-rule’.
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 4ea8baed854..66b1e38da2e 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -1028,7 +1028,7 @@ on parts -- for instance, adding Vcard info to a database." (defcustom gnus-article-date-headers '(combined-lapsed) "A list of Date header formats to display. -Valid formats are `ut' (universal time), `local' (local time +Valid formats are `ut' (Universal Time), `local' (local time zone), `english' (readable English), `lapsed' (elapsed time), `combined-lapsed' (both the original date and the elapsed time), `original' (the original date header), `iso8601' (ISO8601 |
