diff options
| author | Karoly Lorentey | 2004-02-20 17:53:00 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-02-20 17:53:00 +0000 |
| commit | 4f6b8a07a373b909dfb3bee59942893527a113b3 (patch) | |
| tree | f508623de5e84bdb3c60fd7867124d85578c451b | |
| parent | 81be1a9308fc20bcb6f843230e278057b0e6fdfe (diff) | |
| download | emacs-4f6b8a07a373b909dfb3bee59942893527a113b3.tar.gz emacs-4f6b8a07a373b909dfb3bee59942893527a113b3.zip | |
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
| -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 |