mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
decoded-time-dst doc fix
* lisp/simple.el (decoded-time): Doc fix for dst (note -1 value).
This commit is contained in:
parent
6a87416d61
commit
e82ae1db3c
1 changed files with 3 additions and 1 deletions
|
|
@ -9081,7 +9081,9 @@ This is an integer between 1 and 12 (inclusive). January is 1.")
|
|||
(weekday nil :documentation "\
|
||||
This is a number between 0 and 6, and 0 is Sunday.")
|
||||
(dst nil :documentation "\
|
||||
This is t if daylight saving time is in effect, and nil if not.")
|
||||
This is t if daylight saving time is in effect, nil if it is not
|
||||
in effect, and -1 if daylight saving information is not
|
||||
available.")
|
||||
(zone nil :documentation "\
|
||||
This is an integer indicating the UTC offset in seconds, i.e.,
|
||||
the number of seconds east of Greenwich.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue