]> git.eshelyaron.com Git - emacs.git/commit
(sleep-for): Make the `millisec` argument obsolete
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Oct 2023 22:59:51 +0000 (18:59 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Oct 2023 22:59:51 +0000 (18:59 -0400)
commit696411ab8af4ca3e47b8e29482646f69034151eb
treeb154aed301822244db61a0db93d704cea9b62dcd
parentf109396fe362d3bc556efe2a7315169c74724d63
(sleep-for): Make the `millisec` argument obsolete

* lisp/subr.el (sleep-for): Set new advertized calling convention.
* src/dispnew.c (Fsleep_for): Adjust docstring.
* doc/lispref/commands.texi (Waiting): Adjust doc.
doc/lispref/commands.texi
etc/NEWS
lisp/subr.el
src/dispnew.c