aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAdam Sjøgren2019-07-20 15:02:22 +0200
committerLars Ingebrigtsen2019-07-20 15:02:22 +0200
commit2019a6d8a8aa354eaf1197a663f3c41f60325ad8 (patch)
tree84e74fd9136475fec9434fd118f8fddf2cfcb62b /doc
parentd5c1e1211aec0e854a6e9d5ef4349e67e1516794 (diff)
downloademacs-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.texi4
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
12041Both the original date header and a (shortened) elapsed time. 12041Both the original date header and a (shortened) elapsed time.
12042 12042
12043@item combined-local-lapsed
12044Both the time in the user's local time zone a (shortened) elapsed
12045time.
12046
12043@item original 12047@item original
12044The original date header. 12048The original date header.
12045 12049