diff options
| -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 38dd0a77026..57c99abec64 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -594,7 +594,7 @@ filter." | |||
| 594 | Each pattern is a regular expression. GDB displays registers | 594 | Each pattern is a regular expression. GDB displays registers |
| 595 | whose name matches any pattern in the list. Refresh the register | 595 | whose name matches any pattern in the list. Refresh the register |
| 596 | buffer for the change to take effect." | 596 | buffer 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 | ||