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
5435c793
Commit
5435c793
authored
Jun 02, 2003
by
Stefan Monnier
Browse files
(Fsit_for): Don't lie about the number of args.
parent
9862c135
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/dispnew.c
src/dispnew.c
+4
-1
No files found.
src/dispnew.c
View file @
5435c793
...
...
@@ -6265,7 +6265,10 @@ An obsolete but still supported form is
Where the optional arg MILLISECONDS specifies an additional wait period,
in milliseconds; this was useful when Emacs was built without
floating point support.
usage: (sit-for SECONDS &optional NODISP) */
)
usage: (sit-for SECONDS &optional NODISP OLD-NODISP) */
)
/* The `old-nodisp' stuff is there so that the arglist has the correct
length. Otherwise, `defdvice' will redefine it with fewer args. */
(
seconds
,
milliseconds
,
nodisp
)
Lisp_Object
seconds
,
milliseconds
,
nodisp
;
{
...
...
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