diff options
| -rw-r--r-- | lisp/simple.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 0bc39f08c07..08021ce0e08 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -9081,7 +9081,9 @@ This is an integer between 1 and 12 (inclusive). January is 1.") | |||
| 9081 | (weekday nil :documentation "\ | 9081 | (weekday nil :documentation "\ |
| 9082 | This is a number between 0 and 6, and 0 is Sunday.") | 9082 | This is a number between 0 and 6, and 0 is Sunday.") |
| 9083 | (dst nil :documentation "\ | 9083 | (dst nil :documentation "\ |
| 9084 | This is t if daylight saving time is in effect, and nil if not.") | 9084 | This is t if daylight saving time is in effect, nil if it is not |
| 9085 | in effect, and -1 if daylight saving information is not | ||
| 9086 | available.") | ||
| 9085 | (zone nil :documentation "\ | 9087 | (zone nil :documentation "\ |
| 9086 | This is an integer indicating the UTC offset in seconds, i.e., | 9088 | This is an integer indicating the UTC offset in seconds, i.e., |
| 9087 | the number of seconds east of Greenwich.") | 9089 | the number of seconds east of Greenwich.") |