diff options
| author | Eli Zaretskii | 2025-09-14 08:22:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-09-14 08:22:45 +0300 |
| commit | 28fecf40ef351b0ec132f87ac07d1a40493ea0ec (patch) | |
| tree | 5834e7dce0c948f9173303ffe1f1ae60b1785759 | |
| parent | 6f9a46f926e8cd22778416c7b5873dd5793e1d71 (diff) | |
| download | emacs-28fecf40ef351b0ec132f87ac07d1a40493ea0ec.tar.gz emacs-28fecf40ef351b0ec132f87ac07d1a40493ea0ec.zip | |
; * lisp/time.el (zoneinfo-style-world-list): Doc fix (bug#437).
| -rw-r--r-- | lisp/time.el | 5 |
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 | ||
| 464 | This option has effect only on systems that support Posix-style | 464 | This option has effect only on systems that support Posix-style |
| 465 | zoneinfo files specified as CONTINENT/CITY. In particular, | 465 | zoneinfo files specified as CONTINENT/CITY. In particular, |
| 466 | MS-Windows doesn't support that; use `legacy-style-world-list' instead." | 466 | MS-Windows doesn't support that; use `legacy-style-world-list' instead. |
| 467 | Also, AREA/LOCATION must specify a zoneinfo file installed on your | ||
| 468 | system, otherwise what timezone will be used depends on the underlying | ||
| 469 | OS and library." | ||
| 467 | :type '(repeat (list string string)) | 470 | :type '(repeat (list string string)) |
| 468 | :version "23.1") | 471 | :version "23.1") |
| 469 | 472 | ||