mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 10:11:47 -07:00
(Fframe_live_p): Doc fix.
This commit is contained in:
parent
3f676284d2
commit
4e10df5997
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* frame.c (Fframe_live_p): Doc fix.
|
||||
|
||||
* buffer.c (selective-display-ellipses): Doc fix.
|
||||
|
||||
2001-10-31 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* lread.c (to_multibyte): Fix computation of new read_buffer_size.
|
||||
|
|
|
|||
|
|
@ -181,8 +181,8 @@ DEFUN ("frame-live-p", Fframe_live_p, Sframe_live_p, 1, 1, 0,
|
|||
doc: /* Return non-nil if OBJECT is a frame which has not been deleted.
|
||||
Value is nil if OBJECT is not a live frame. If object is a live
|
||||
frame, the return value indicates what sort of output device it is
|
||||
displayed on. Value is t for a termcap frame (a character-only
|
||||
terminal), `x' for an Emacs frame being displayed in an X window. */)
|
||||
displayed on. See the documentation of `framep' for possible
|
||||
return values. */)
|
||||
(object)
|
||||
Lisp_Object object;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue