From: Karoly Lorentey Date: Fri, 20 Feb 2004 17:53:00 +0000 (+0000) Subject: Fix typo in delete_display_hook documentation. X-Git-Tag: emacs-pretest-23.0.90~11236^2~141^2~505 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/4f6b8a07a373b909dfb3bee59942893527a113b3 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 --- diff --git a/src/termhooks.h b/src/termhooks.h index 8a0c37434e..c79e77379b 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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