changeset 44813:927a6a3e6c8f

Tell them to use C-z, not C-c, to stop Emacs under X.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 24 Apr 2002 16:57:19 +0000
parents 6cc0614312ce
children 06d704d7ed94
files etc/DEBUG
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/DEBUG	Wed Apr 24 16:51:34 2002 +0000
+++ b/etc/DEBUG	Wed Apr 24 16:57:19 2002 +0000
@@ -36,7 +36,7 @@
 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.