aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPavel Janík2001-10-27 09:25:12 +0000
committerPavel Janík2001-10-27 09:25:12 +0000
commita7248e4f4c6f7eddf00cd1f5b508143bce9cd14b (patch)
treed6a65fea5905c118c406a7dcc77b98c0ac47a909 /src/xterm.c
parent4e30ce42596d3b10e10e0e684badd92ed866696d (diff)
downloademacs-a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b.tar.gz
emacs-a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b.zip
Fix typo in a comment.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
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
11880static char *error_msg; 11880static 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