mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; system-sleep texi markup fix (bug#80348)
* doc/lispref/os.texi (System Sleep): Minor markup fixes.
This commit is contained in:
parent
17fb8a45f7
commit
6967a8ac54
1 changed files with 5 additions and 5 deletions
|
|
@ -3507,12 +3507,12 @@ It returns a token that must be passed to
|
|||
sleep blocks may be simultaneously in force for other purposes).
|
||||
Otherwise, it returns @code{nil} if the sleep blocking fails.
|
||||
|
||||
@var{why} is a string and, when non-nil, is used to identify the sleep
|
||||
block as it may appear on the system's inspectable block lists. It
|
||||
defaults to @samp{Emacs}.
|
||||
@var{why} is a string and, when non-@code{nil}, is used to identify the
|
||||
sleep block as it may appear on the system's inspectable block lists.
|
||||
It defaults to @samp{Emacs}.
|
||||
|
||||
If @var{allow-display-sleep} is non-nil, allow the display to sleep. By
|
||||
default, the display is kept active.
|
||||
If @var{allow-display-sleep} is non-@code{nil}, allow the display to
|
||||
sleep. By default, the display is kept active.
|
||||
|
||||
Note that when the Emacs process terminates, blocks are released on all
|
||||
platforms.
|
||||
|
|
|
|||
Loading…
Reference in a new issue