]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve terminal-live-p docstring
authorRobert Pluim <rpluim@gmail.com>
Fri, 22 Jul 2022 08:14:45 +0000 (10:14 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 22 Jul 2022 08:14:45 +0000 (10:14 +0200)
* src/terminal.c (Fterminal_live_p): Explain what happens when the
argument is nil.

src/terminal.c

index 3674eccdbb7d24a16537b0c8004f6149ee34bc4c..39ba3925b7228454f988e82ff507da44a55cdcf3 100644 (file)
@@ -421,7 +421,8 @@ The terminal device is represented by its integer identifier.  */)
 
 DEFUN ("terminal-live-p", Fterminal_live_p, Sterminal_live_p, 1, 1, 0,
        doc: /* Return non-nil if OBJECT is a terminal which has not been deleted.
-Value is nil if OBJECT is not a live display terminal.
+Value is nil if OBJECT is not a live display terminal.  Uses the
+terminal of the currently selected frame if OBJECT is nil.
 If object is a live display terminal, the return value indicates what
 sort of output terminal it uses.  See the documentation of `framep' for
 possible return values.  */)