diff options
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index ca4b1f07403..cb583038979 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -1922,7 +1922,7 @@ This is a convenient way to test whether Emacs is idle. @end defun The main use of @code{current-idle-time} is when an idle timer -function wants to take a break for a while. It can set up another +function wants to ``take a break'' for a while. It can set up another idle timer to call the same function again, after a few seconds more idleness. Here's an example: |