]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/gdb-mi.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / progmodes / gdb-mi.el
index 4af8ac6971edf3439ea00f4fb3a34b9226895ef7..9942e17397a8aeed893e7abfa39fe63e42d20b94 100644 (file)
@@ -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 ()