]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in a comment.
authorPavel Janík <Pavel@Janik.cz>
Sat, 27 Oct 2001 09:25:12 +0000 (09:25 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 27 Oct 2001 09:25:12 +0000 (09:25 +0000)
src/ChangeLog
src/xterm.c

index c3168c51b60f8dd2ce84f57d76913033074b3782..973d20df4d02dd5869e7d4be451e1d5a5462f85e 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * xterm.c: Fix typo in a comment.
+
        * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
        emacs.c.
 
index 5e48bbdf9dcc15f10e943720b8ab8e2aa7b08ad6..94542bf53e9a9b68c8bc4e7130636a711e335a1c 100644 (file)
@@ -11879,7 +11879,7 @@ x_connection_signal (signalnum) /* If we don't have an argument, */
 
 static char *error_msg;
 
-/* Function installed as fatal_error_signal_hook.in
+/* Function installed as fatal_error_signal_hook in
    x_connection_closed.  Print the X error message, and exit normally,
    instead of dumping core when XtCloseDisplay fails.  */