mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * lisp/time.el (zoneinfo-style-world-list): Doc fix (bug#437).
This commit is contained in:
parent
6f9a46f926
commit
28fecf40ef
1 changed files with 4 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue