diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 8a0c37434e1..c79e77379b1 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -505,7 +505,7 @@ struct display | |||
| 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 |