diff options
| author | Adam Sjøgren | 2019-07-20 15:02:22 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-20 15:02:22 +0200 |
| commit | 2019a6d8a8aa354eaf1197a663f3c41f60325ad8 (patch) | |
| tree | 84e74fd9136475fec9434fd118f8fddf2cfcb62b /doc | |
| parent | d5c1e1211aec0e854a6e9d5ef4349e67e1516794 (diff) | |
| download | emacs-2019a6d8a8aa354eaf1197a663f3c41f60325ad8.tar.gz emacs-2019a6d8a8aa354eaf1197a663f3c41f60325ad8.zip | |
Enable showing local time and lapsed time in Gnus
* lisp/gnus/gnus-art.el (article-make-date-combine-with-lapsed) factor
code out into new function, used for providing both combined-lapsed
and combined-local-lapsed.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/gnus.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 7c5bc3eee85..f688e84e7e8 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -12040,6 +12040,10 @@ The time elapsed since the message was posted. | |||
| 12040 | @item combined-lapsed | 12040 | @item combined-lapsed |
| 12041 | Both the original date header and a (shortened) elapsed time. | 12041 | Both the original date header and a (shortened) elapsed time. |
| 12042 | 12042 | ||
| 12043 | @item combined-local-lapsed | ||
| 12044 | Both the time in the user's local time zone a (shortened) elapsed | ||
| 12045 | time. | ||
| 12046 | |||
| 12043 | @item original | 12047 | @item original |
| 12044 | The original date header. | 12048 | The original date header. |
| 12045 | 12049 | ||