diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-04-16 13:43:33 -0400 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-04-16 13:43:33 -0400 |
commit | 5890b80bca13b48c6c3fd26ac2721db7f3a3d013 (patch) | |
tree | ce35c26d11230e6fa9d512b6ab1ada22ac4d7109 /doc/lispref/os.texi | |
parent | 6339fcffa1d409fc8c7a82867a89547c453d8bc1 (diff) | |
parent | 84a285772201d077274dfc932524bbdf0d56848a (diff) | |
download | emacs-5890b80bca13b48c6c3fd26ac2721db7f3a3d013.tar.gz emacs-5890b80bca13b48c6c3fd26ac2721db7f3a3d013.tar.bz2 emacs-5890b80bca13b48c6c3fd26ac2721db7f3a3d013.zip |
Merge from origin/emacs-28
84a2857722 Fix scrolling of the stack window in Calc
9dd44505b1 ; * src/window.c (Fset_window_start): Clarify the effect o...
24a6c7c8c0 Update and fix instructions and scripts for updating the W...
886339747b Extend tramp-archive-test45-auto-load
ff997ad786 Ensure local `default-directory' in Tramp when needed
4f27588a16 Clarify "idleness" in the ELisp manual
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 4ee893f860f..30883402f9e 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -2298,7 +2298,8 @@ can use in calling @code{cancel-timer} (@pxref{Timers}). @end deffn @cindex idleness - Emacs becomes @dfn{idle} when it starts waiting for user input, and + Emacs becomes @dfn{idle} when it starts waiting for user input +(unless it waits for input with a timeout, @pxref{Reading One Event}), and it remains idle until the user provides some input. If a timer is set for five seconds of idleness, it runs approximately five seconds after Emacs first becomes idle. Even if @var{repeat} is non-@code{nil}, |