aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-09-09 19:31:29 +0000
committerRichard M. Stallman1995-09-09 19:31:29 +0000
commit145b0681a77757205f8946afc5338a6e56e63def (patch)
tree18b8c9b88b4d21c0ed4559db562b9ab9426d2e03 /src
parent2f119435a67ccfff5668bc3bf8c9b161ab895cd0 (diff)
downloademacs-145b0681a77757205f8946afc5338a6e56e63def.tar.gz
emacs-145b0681a77757205f8946afc5338a6e56e63def.zip
(Fdecode_time): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index ee4993f057b..42fb68a10bd 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -652,7 +652,8 @@ DEFUN ("decode-time", Fdecode_time, Sdecode_time, 0, 1, 0,
652The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED)\n\ 652The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED)\n\
653or (HIGH . LOW), as from `current-time' and `file-attributes', or `nil'\n\ 653or (HIGH . LOW), as from `current-time' and `file-attributes', or `nil'\n\
654to use the current time. The list has the following nine members:\n\ 654to use the current time. The list has the following nine members:\n\
655SEC is an integer between 0 and 59. MINUTE is an integer between 0 and 59.\n\ 655SEC is an integer between 0 and 60; SEC is 60 for a leap second, which\n\
656only some operating systems support. MINUTE is an integer between 0 and 59.\n\
656HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.\n\ 657HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.\n\
657MONTH is an integer between 1 and 12. YEAR is an integer indicating the\n\ 658MONTH is an integer between 1 and 12. YEAR is an integer indicating the\n\
658four-digit year. DOW is the day of week, an integer between 0 and 6, where\n\ 659four-digit year. DOW is the day of week, an integer between 0 and 6, where\n\