changeset 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 85e5a786f728
children 011894b9950a
files src/termhooks.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/termhooks.h	Fri Feb 20 17:51:35 2004 +0000
+++ b/src/termhooks.h	Fri Feb 20 17:53:00 2004 +0000
@@ -505,7 +505,7 @@
   /* Called after the last frame on this display is deleted, or when
      the display device was closed (hangup).
      
-     If this is NULL, then the generic delete_frame() is called
+     If this is NULL, then the generic delete_display() is called
      instead.
 
      The hook must check for and close any live frames that are still