From: Eli Zaretskii Date: Wed, 24 Apr 2002 17:02:28 +0000 (+0000) Subject: Tell them to use C-z, not C-c, to stop Emacs on X. X-Git-Tag: emacs-pretest-21.2.91~293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4003fd693c0f8a7c90ea4a8d1d9eb2d846c7535;p=emacs.git Tell them to use C-z, not C-c, to stop Emacs on X. --- diff --git a/etc/DEBUG b/etc/DEBUG index 7ae4ab9c46d..32b2c98472c 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -32,7 +32,7 @@ kick in, provided that you run under GDB. All Lisp errors go through there. It is useful, when debugging, to have a guaranteed way to return to -the debugger at any time. When using X, this is easy: type C-c at the +the debugger at any time. When using X, this is easy: type C-z at the window where Emacs is running under GDB, and it will stop Emacs just as it would stop any ordinary program. When Emacs is running in a terminal, things are not so easy.