]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in "handle SIGINT" command.
authorEli Zaretskii <eliz@gnu.org>
Mon, 4 Feb 2002 12:56:50 +0000 (12:56 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 4 Feb 2002 12:56:50 +0000 (12:56 +0000)
etc/DEBUG

index ec31b2f7ed7dbf3d679a5a328e2d4c9514abf089..7ae4ab9c46d5906ad3e7ccc0bc771369ab28181b 100644 (file)
--- 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