1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Fix a typo in "handle SIGINT" command.

This commit is contained in:
Eli Zaretskii 2002-02-04 12:50:26 +00:00
parent c499f00aad
commit 7718638cea

View File

@ -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