diff options
Diffstat (limited to 'lisp/progmodes/gdb-mi.el')
-rw-r--r-- | lisp/progmodes/gdb-mi.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 4af8ac6971e..9942e17397a 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -2195,10 +2195,10 @@ value when the message is complete. Implement the following GDB/MI output grammar rule: result-class ==> - 'done' | 'running' | 'connected' | 'error' | 'exit' + `done' | `running' | `connected' | `error' | `exit' async-class ==> - 'stopped' | others (where others will be added depending on the needs + `stopped' | others (where others will be added depending on the needs --this is still in development).") (defun gdbmi-bnf-result-and-async-record-impl () |