From 0f79a4ae8f8e27e88a9588c501f7d7d4b40b3204 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 27 Jul 1991 03:27:24 +0000 Subject: *** empty log message *** --- src/termhooks.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/termhooks.h') diff --git a/src/termhooks.h b/src/termhooks.h index bb6f29ce471..d414149ca95 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -63,12 +63,10 @@ extern int (*read_socket_hook) (); button releases. */ extern int (*mouse_tracking_enable_hook) ( /* int ENABLE */ ); -/* When reading from a minibuffer in a different screen, Emacs wants - to shift the highlight from the selected screen to the minibuffer's - screen; under X, this means it lies about where the focus is. - This hook tells the window system code to re-decide where to put - the highlight. */ -extern void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ ); +/* When a screen's focus redirection is changed, this hook tells the + window system code to re-decide where to put the highlight. Under + X, this means that the system lies about where the focus is. */ +extern void (*screen_rehighlight_hook) ( /* void */ ); /* If nonzero, send all terminal output characters to this stream also. */ -- cgit v1.2.1