diff src/termhooks.h @ 100666:dab9cf44bf3f

In comments, write delete_frame instead of Fdelete_frame.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 23 Dec 2008 07:28:06 +0000
parents 314662df7c17
children e038c1a8307c
line wrap: on
line diff
--- a/src/termhooks.h	Tue Dec 23 07:02:32 2008 +0000
+++ b/src/termhooks.h	Tue Dec 23 07:28:06 2008 +0000
@@ -591,7 +591,7 @@
      instead.  Otherwise the hook must call delete_terminal itself.
 
      The hook must check for and close any live frames that are still
-     on the terminal.  Fdelete_frame ensures that there are no live
+     on the terminal.  delete_frame ensures that there are no live
      frames on the terminal when it calls this hook, so infinite
      recursion is prevented.  */
   void (*delete_terminal_hook) P_ ((struct terminal *));