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)
This commit is contained in:
Gautier Ponsinet 2024-04-21 15:39:49 +02:00 committed by Eli Zaretskii
parent aed2b7a3d8
commit f593bf79a9

View file

@ -627,7 +627,8 @@ for how daylight saving time is determined.
@vindex calendar-time-zone-style @vindex calendar-time-zone-style
If you want to display numerical time zones (like @samp{"+0100"}) 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 As a user, you might find it convenient to set the calendar location
variables for your usual physical location in your @file{.emacs} file. variables for your usual physical location in your @file{.emacs} file.