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:
parent
c499f00aad
commit
7718638cea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user