# HG changeset patch # User Micha¸«³l Cadilhac # Date 1191490006 0 # Node ID 1e24f865fb6d6135142c597a29340bc9c3cc1f48 # Parent b1c01a5355f999554e45379a0190d08d99241eab (gud-gud-gdb-command-name): Fix typo in docstring. diff -r b1c01a5355f9 -r 1e24f865fb6d lisp/progmodes/gud.el --- a/lisp/progmodes/gud.el Thu Oct 04 07:54:41 2007 +0000 +++ b/lisp/progmodes/gud.el Thu Oct 04 09:26:46 2007 +0000 @@ -239,7 +239,7 @@ ([menu-bar run] menu-item ,(propertize "run" 'face 'font-lock-doc-face) gud-run :visible (memq gud-minor-mode '(gdbmi gdb dbx jdb))) - ([menu-bar go] menu-item + ([menu-bar go] menu-item ,(propertize " go " 'face 'font-lock-doc-face) gud-go :visible (and (not gud-running) (eq gud-minor-mode 'gdba))) @@ -591,8 +591,7 @@ (defcustom gud-gud-gdb-command-name "gdb --fullname" "Default command to run an executable under GDB in text command mode. -The option \"--fullname\" must be included in it's value." - +The option \"--fullname\" must be included in this value." :type 'string :group 'gud) @@ -3111,7 +3110,7 @@ 'syntax-table (eval-when-compile (string-to-syntax "> b"))) ;; Make sure that rehighlighting the previous line won't erase our - ;; syntax-table property. + ;; syntax-table property. (put-text-property (1- (match-beginning 0)) (match-end 0) 'font-lock-multiline t) nil)))))