diff options
Diffstat (limited to 'lisp/progmodes/gdb-mi.el')
-rw-r--r-- | lisp/progmodes/gdb-mi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 0de3d213a4d..dff677e785f 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -4359,7 +4359,7 @@ member." "Mapping of local variable names to a string with their value.") (defun gdb-locals-values-handler-custom () - "Store the values of local variables in `gdb-locals-value-map'." + "Store the values of local variables in `gdb-locals-values-table'." (let ((locals-list (bindat-get-field (gdb-mi--partial-output) 'variables))) (dolist (local locals-list) (let ((name (bindat-get-field local 'name)) |