From: Eli Zaretskii Date: Mon, 4 Feb 2002 12:50:26 +0000 (+0000) Subject: Fix a typo in "handle SIGINT" command. X-Git-Tag: ttn-vms-21-2-B4~16847 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7718638cead692352bde8e2650bac6c9feb2a267;p=emacs.git Fix a typo in "handle SIGINT" command. --- diff --git a/etc/DEBUG b/etc/DEBUG index ec31b2f7ed7..7ae4ab9c46d 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -41,7 +41,7 @@ The src/.gdbinit file in the Emacs distribution arranges for SIGINT (C-g in Emacs) to be passed to Emacs and not give control back to GDB. On modern POSIX systems, you can override that with this command: - handle int stop nopass + handle SIGINT stop nopass After this `handle' command, SIGINT will return control to GDB. If you want the C-g to cause a QUIT within Emacs as well, omit the