diff options
| author | Pavel Janík | 2001-10-27 09:25:12 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-27 09:25:12 +0000 |
| commit | a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b (patch) | |
| tree | d6a65fea5905c118c406a7dcc77b98c0ac47a909 /src/xterm.c | |
| parent | 4e30ce42596d3b10e10e0e684badd92ed866696d (diff) | |
| download | emacs-a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b.tar.gz emacs-a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b.zip | |
Fix typo in a comment.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 5e48bbdf9dc..94542bf53e9 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -11879,7 +11879,7 @@ x_connection_signal (signalnum) /* If we don't have an argument, */ | |||
| 11879 | 11879 | ||
| 11880 | static char *error_msg; | 11880 | static char *error_msg; |
| 11881 | 11881 | ||
| 11882 | /* Function installed as fatal_error_signal_hook.in | 11882 | /* Function installed as fatal_error_signal_hook in |
| 11883 | x_connection_closed. Print the X error message, and exit normally, | 11883 | x_connection_closed. Print the X error message, and exit normally, |
| 11884 | instead of dumping core when XtCloseDisplay fails. */ | 11884 | instead of dumping core when XtCloseDisplay fails. */ |
| 11885 | 11885 | ||