Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
145b0681
Commit
145b0681
authored
Sep 09, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdecode_time): Doc fix.
parent
2f119435
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/editfns.c
src/editfns.c
+2
-1
No files found.
src/editfns.c
View file @
145b0681
...
...
@@ -652,7 +652,8 @@ DEFUN ("decode-time", Fdecode_time, Sdecode_time, 0, 1, 0,
The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED)
\n
\
or (HIGH . LOW), as from `current-time' and `file-attributes', or `nil'
\n
\
to use the current time. The list has the following nine members:
\n
\
SEC is an integer between 0 and 59. MINUTE is an integer between 0 and 59.
\n
\
SEC is an integer between 0 and 60; SEC is 60 for a leap second, which
\n
\
only some operating systems support. MINUTE is an integer between 0 and 59.
\n
\
HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.
\n
\
MONTH is an integer between 1 and 12. YEAR is an integer indicating the
\n
\
four-digit year. DOW is the day of week, an integer between 0 and 6, where
\n
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment