aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorEli Zaretskii2002-04-24 16:57:19 +0000
committerEli Zaretskii2002-04-24 16:57:19 +0000
commiteb55f651cfae8ec191da43ade0a26bb14264c8b3 (patch)
tree82ea18a22819f8047d9456e2605c257e4b138b7f /etc/DEBUG
parenta9278633c9da8d1d6c3bef29689a16da1ff719ee (diff)
downloademacs-eb55f651cfae8ec191da43ade0a26bb14264c8b3.tar.gz
emacs-eb55f651cfae8ec191da43ade0a26bb14264c8b3.zip
Tell them to use C-z, not C-c, to stop Emacs under X.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 983437bc20e..dd2b58d3f7f 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -36,7 +36,7 @@ kick in, provided that you run under GDB.
36All Lisp errors go through there. 36All Lisp errors go through there.
37 37
38It is useful, when debugging, to have a guaranteed way to return to 38It is useful, when debugging, to have a guaranteed way to return to
39the debugger at any time. When using X, this is easy: type C-c at the 39the debugger at any time. When using X, this is easy: type C-z at the
40window where Emacs is running under GDB, and it will stop Emacs just 40window where Emacs is running under GDB, and it will stop Emacs just
41as it would stop any ordinary program. When Emacs is running in a 41as it would stop any ordinary program. When Emacs is running in a
42terminal, things are not so easy. 42terminal, things are not so easy.