aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-09-14 08:22:45 +0300
committerEli Zaretskii2025-09-14 08:22:45 +0300
commit28fecf40ef351b0ec132f87ac07d1a40493ea0ec (patch)
tree5834e7dce0c948f9173303ffe1f1ae60b1785759
parent6f9a46f926e8cd22778416c7b5873dd5793e1d71 (diff)
downloademacs-28fecf40ef351b0ec132f87ac07d1a40493ea0ec.tar.gz
emacs-28fecf40ef351b0ec132f87ac07d1a40493ea0ec.zip
; * lisp/time.el (zoneinfo-style-world-list): Doc fix (bug#437).
-rw-r--r--lisp/time.el5
1 files changed, 4 insertions, 1 deletions
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.
463 463
464This option has effect only on systems that support Posix-style 464This option has effect only on systems that support Posix-style
465zoneinfo files specified as CONTINENT/CITY. In particular, 465zoneinfo files specified as CONTINENT/CITY. In particular,
466MS-Windows doesn't support that; use `legacy-style-world-list' instead." 466MS-Windows doesn't support that; use `legacy-style-world-list' instead.
467Also, AREA/LOCATION must specify a zoneinfo file installed on your
468system, otherwise what timezone will be used depends on the underlying
469OS and library."
467 :type '(repeat (list string string)) 470 :type '(repeat (list string string))
468 :version "23.1") 471 :version "23.1")
469 472