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
Open sidebar
emacs
emacs
Commits
d427a9fa
Commit
d427a9fa
authored
Jan 09, 2010
by
Eli Zaretskii
Browse files
editfns.c (Ffloat_time): Doc fix.
parent
21b9df2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/editfns.c
src/editfns.c
+2
-1
No files found.
src/ChangeLog
View file @
d427a9fa
2010-01-09 Eli Zaretskii <eliz@gnu.org>
* editfns.c (Ffloat_time): Doc fix.
2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
* xfns.c (Fx_create_frame): Don't create frame larger than display
...
...
src/editfns.c
View file @
d427a9fa
...
...
@@ -1574,7 +1574,8 @@ instead of the current time. The argument should have the form
have the form (HIGH . LOW), but this is considered obsolete.
WARNING: Since the result is floating point, it may not be exact.
Do not use this function if precise time stamps are required. */
)
If precise time stamps are required, use either `current-time',
or (if you need time as a string) `format-time-string'. */)
(specified_time)
Lisp_Object specified_time;
{
...
...
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