diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 8168d2019e4..a03580297d2 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -26,8 +26,8 @@ ;;; Commentary: -;; The ancestral gdb.el was by W. Schelter It was -;; later rewritten by rms. Some ideas were due to Masanobu. Grand +;; The ancestral gdb.el was by W. Schelter . +;; It was later rewritten by rms. Some ideas were due to Masanobu. Grand ;; Unification (sdb/dbx support) by Eric S. Raymond Barry ;; Warsaw hacked the mode to use comint.el. Shane Hartman ;; added support for xdb (HPUX debugger). Rick Sladkey