summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-11-30 10:45:28 +0200
committerEli Zaretskii <eliz@gnu.org>2018-11-30 10:45:28 +0200
commitbce1d1afabe24c8461d56336fb966e819f20a175 (patch)
treea3fca082da3c64e9178294f78d3b7eb6d587e882 /lisp/progmodes/gdb-mi.el
parent809989f79ee4038f50d18765c4b727c8451ae0da (diff)
downloademacs-bce1d1afabe24c8461d56336fb966e819f20a175.tar.gz
Improve documentation of gdb-mi.el
* lisp/progmodes/gdb-mi.el (gdb-show-changed-values) (gdb-max-children): Doc fixes. * doc/emacs/building.texi (Source Buffers, Stack Buffer) (GDB User Interface Layout): Mention some additional customizable variables. (Bug#33548)
Diffstat (limited to 'lisp/progmodes/gdb-mi.el')
-rw-r--r--lisp/progmodes/gdb-mi.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index 0506386a75d..013a40943ba 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -1120,13 +1120,15 @@ line, and no execution takes place."
(defcustom gdb-show-changed-values t
"If non-nil change the face of out of scope variables and changed values.
Out of scope variables are suppressed with `shadow' face.
-Changed values are highlighted with the face `font-lock-warning-face'."
+Changed values are highlighted with the face `font-lock-warning-face'.
+Used by Speedbar."
:type 'boolean
:group 'gdb
:version "22.1")
(defcustom gdb-max-children 40
- "Maximum number of children before expansion requires confirmation."
+ "Maximum number of children before expansion requires confirmation.
+Used by Speedbar."
:type 'integer
:group 'gdb
:version "22.1")