From 28fecf40ef351b0ec132f87ac07d1a40493ea0ec Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 14 Sep 2025 08:22:45 +0300 Subject: [PATCH] ; * lisp/time.el (zoneinfo-style-world-list): Doc fix (bug#437). --- lisp/time.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/time.el b/lisp/time.el index 3750206d08e..517eea20ad1 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -463,7 +463,10 @@ LABEL is a string to display as the label of that TIMEZONE's time. This option has effect only on systems that support Posix-style zoneinfo files specified as CONTINENT/CITY. In particular, -MS-Windows doesn't support that; use `legacy-style-world-list' instead." +MS-Windows doesn't support that; use `legacy-style-world-list' instead. +Also, AREA/LOCATION must specify a zoneinfo file installed on your +system, otherwise what timezone will be used depends on the underlying +OS and library." :type '(repeat (list string string)) :version "23.1")