comparison src/termhooks.h @ 83051:bd36a0907b8d

Fix typo in delete_display_hook documentation. src/termhooks.h (delete_display_hook): Fix typo in documentation. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-91
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 20 Feb 2004 17:53:00 +0000
parents 32bf8e7cc0c2
children a871be7b26a5
comparison
equal deleted inserted replaced
83050:85e5a786f728 83051:bd36a0907b8d
503 void (*delete_frame_hook) P_ ((struct frame *)); 503 void (*delete_frame_hook) P_ ((struct frame *));
504 504
505 /* Called after the last frame on this display is deleted, or when 505 /* Called after the last frame on this display is deleted, or when
506 the display device was closed (hangup). 506 the display device was closed (hangup).
507 507
508 If this is NULL, then the generic delete_frame() is called 508 If this is NULL, then the generic delete_display() is called
509 instead. 509 instead.
510 510
511 The hook must check for and close any live frames that are still 511 The hook must check for and close any live frames that are still
512 on the display. Fdelete_frame ensures that there are no live 512 on the display. Fdelete_frame ensures that there are no live
513 frames on the display when it calls this hook, so infinite 513 frames on the display when it calls this hook, so infinite