1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(gud): Fix defgroup doc.

This commit is contained in:
Richard M. Stallman 1997-08-05 08:10:20 +00:00
parent 51e9459c62
commit f6aa627c0b

View File

@ -45,7 +45,7 @@
;; GUD commands must be visible in C buffers visited by GUD
(defgroup gud nil
"Grand Unified Debugger mode for gdb, sdb, dbx, or xdb under Emacs."
"Grand Unified Debugger mode for gdb, sdb, dbx, xdb or perldb under Emacs."
:group 'unix
:group 'tools)