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 5b98ff427c3..3019f8bbf04 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -163,7 +163,7 @@ returned from -thread-info by `gdb-json-partial-output'. Updated in (defvar gdb-running-threads-count nil "Number of currently running threads. -Nil means that no information is available. +If nil, no information is available. Updated in `gdb-thread-list-handler-custom'.") @@ -2051,7 +2051,7 @@ current thread and update GDB buffers." Field names are wrapped in double quotes and equal signs are replaced with semicolons. -If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurences from +If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurrences from partial output. This is used to get rid of useless keys in lists in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and -break-info are examples of MI commands which issue such |