diff options
author | Glenn Morris <rgm@gnu.org> | 2020-08-12 11:22:31 +0100 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-08-12 11:30:16 +0100 |
commit | dca8b4ac5853767a1deb1947e72d038b4f4bb068 (patch) | |
tree | 21dea67869e8e37f02af9a235770bfcd819db4ae /doc/emacs/calendar.texi | |
parent | d089c4fbfc8be432dc3015a99b4044dab0a0de97 (diff) | |
download | emacs-dca8b4ac5853767a1deb1947e72d038b4f4bb068.tar.gz |
Rename recent calendar user option
* lisp/calendar/calendar.el (calendar-time-zone-style):
Rename from calendar-use-numeric-time-zones.
* lisp/calendar/cal-dst.el (calendar-standard-time-zone-name)
(calendar-daylight-time-zone-name):
* lisp/calendar/solar.el (sunrise-sunset, solar-equinoxes-solstices):
Use new variable name.
* doc/emacs/calendar.texi (Sunrise/Sunset): Update.
; * etc/NEWS: Update.
Diffstat (limited to 'doc/emacs/calendar.texi')
-rw-r--r-- | doc/emacs/calendar.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 31db815df70..e5ee7e94bcf 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi @@ -625,10 +625,9 @@ your time zone. Emacs displays the times of sunrise and sunset @emph{corrected for daylight saving time}. @xref{Daylight Saving}, for how daylight saving time is determined. -@vindex calendar-use-numeric-time-zones +@vindex calendar-time-zone-style If you want to display numerical time zones (like @samp{"+0100"}) -instead of symbolic time zones (like @samp{"CET"}), set the -@code{calendar-use-numeric-time-zones} variable to non-@code{nil}. +instead of symbolic ones (like @samp{"CET"}), set this 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. |