aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/gdb-mi.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index 38dd0a77026..57c99abec64 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -594,7 +594,7 @@ filter."
594Each pattern is a regular expression. GDB displays registers 594Each pattern is a regular expression. GDB displays registers
595whose name matches any pattern in the list. Refresh the register 595whose name matches any pattern in the list. Refresh the register
596buffer for the change to take effect." 596buffer for the change to take effect."
597 :type 'list 597 :type '(repeat regexp)
598 :group 'gdb-buffers 598 :group 'gdb-buffers
599 :version "28.1") 599 :version "28.1")
600 600