]> code.delx.au - gnu-emacs/commitdiff
Fix typo in delete_display_hook documentation.
authorKaroly Lorentey <lorentey@elte.hu>
Fri, 20 Feb 2004 17:53:00 +0000 (17:53 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Fri, 20 Feb 2004 17:53:00 +0000 (17:53 +0000)
src/termhooks.h (delete_display_hook): Fix typo in documentation.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-91

src/termhooks.h

index 8a0c37434e192476c969d7c670d0f3890599d747..c79e77379b12453b4e1d15bc9bcf733dbf0691aa 100644 (file)
@@ -505,7 +505,7 @@ struct display
   /* 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