]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/gdb-mi.el
Fix minor quoting problems in doc strings
[gnu-emacs] / lisp / progmodes / gdb-mi.el
index 486d67297a9cd6fc36b268d2bb5b13ffd402e6fa..4af8ac6971edf3439ea00f4fb3a34b9226895ef7 100644 (file)
@@ -2376,9 +2376,9 @@ Sets `gdb-thread-number' to new id."
   (let* ((result (gdb-json-string output-field))
          (thread-id (bindat-get-field result 'id)))
     (gdb-setq-thread-number thread-id)
-    ;; Typing `thread N` in GUD buffer makes GDB emit `^done` followed
-    ;; by `=thread-selected` notification. `^done` causes `gdb-update`
-    ;; as usually. Things happen to fast and second call (from
+    ;; Typing `thread N' in GUD buffer makes GDB emit `^done' followed
+    ;; by `=thread-selected' notification. `^done' causes `gdb-update'
+    ;; as usually. Things happen too fast and second call (from
     ;; gdb-thread-selected handler) gets cut off by our beloved
     ;; pending triggers.
     ;; Solution is `gdb-wait-for-pending' macro: it guarantees that its