]> git.eshelyaron.com Git - emacs.git/commitdiff
Tell them to use C-z, not C-c, to stop Emacs under X.
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Apr 2002 16:57:19 +0000 (16:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 Apr 2002 16:57:19 +0000 (16:57 +0000)
etc/DEBUG

index 983437bc20ecb492a9cd8150109dc634be90da9f..dd2b58d3f7ff486375392d4db419431f4bbdc235 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -36,7 +36,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.