aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el4
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 "\
9082This is a number between 0 and 6, and 0 is Sunday.") 9082This is a number between 0 and 6, and 0 is Sunday.")
9083 (dst nil :documentation "\ 9083 (dst nil :documentation "\
9084This is t if daylight saving time is in effect, and nil if not.") 9084This is t if daylight saving time is in effect, nil if it is not
9085in effect, and -1 if daylight saving information is not
9086available.")
9085 (zone nil :documentation "\ 9087 (zone nil :documentation "\
9086This is an integer indicating the UTC offset in seconds, i.e., 9088This is an integer indicating the UTC offset in seconds, i.e.,
9087the number of seconds east of Greenwich.") 9089the number of seconds east of Greenwich.")