From: Gautier Ponsinet Date: Sun, 21 Apr 2024 13:39:49 +0000 (+0200) Subject: Fix the user manual for `calendar-time-zone-style' X-Git-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~17^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f593bf79a91f3744daa83c8974f7fd21f6b07c3c;p=emacs.git Fix the user manual for `calendar-time-zone-style' * doc/emacs/calendar.texi (Sunrise/Sunset): Refer to the variable `calendar-time-zone-style' explicitly. (Bug#70498) --- diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 7312cfb34c9..856e0be4f1c 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi @@ -627,7 +627,8 @@ for how daylight saving time is determined. @vindex calendar-time-zone-style If you want to display numerical time zones (like @samp{"+0100"}) -instead of symbolic ones (like @samp{"CET"}), set this to @code{numeric}. +instead of symbolic ones (like @samp{"CET"}), set +@code{calendar-time-zone-style} to @code{numeric}. As a user, you might find it convenient to set the calendar location variables for your usual physical location in your @file{.emacs} file.