summaryrefslogtreecommitdiff
path: root/lisp/gnus/message.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-17 17:46:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-17 17:46:58 -0700
commit679e05eeb97eae5a32fc67f4673b019c873ebcca (patch)
treeef95d1bbad77d26fe28b619b070f57363c4e3b33 /lisp/gnus/message.el
parent4e8888d4383bf6fd87af6d45b6855494edf87a2d (diff)
downloademacs-679e05eeb97eae5a32fc67f4673b019c873ebcca.tar.gz
message-citation-line-format %Z is now tz name
* etc/NEWS: * lisp/gnus/message.el (message-citation-line-format): Fix doc to match new behavior (Bug#28476).
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r--lisp/gnus/message.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 690dd28c8a4..a9e66cede16 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -991,7 +991,6 @@ are replaced:
%F The first name if present, e.g.: \"John\", else fall
back to the mail address.
%L The last name if present, e.g.: \"Doe\".
- %Z, %z The time zone in the numeric form, e.g.:\"+0000\".
All other format specifiers are passed to `format-time-string'
which is called using the date from the article your replying to, but