From d4f1855ae300afb0ecdbdd94b0841504190b8fbc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Thu, 4 Oct 2007 09:27:14 +0000 Subject: [PATCH] (gud-gud-gdb-command-name): Fix typo in docstring. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/gud.el | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7677862f182..937069beaa7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-10-04 Micha,Ak(Bl Cadilhac + + * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring. + 2007-10-04 Nick Roberts * progmodes/gud.el (gud-gud-gdb-command-name): New option. diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 2d715b7a4e6..e5217b7162a 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -239,7 +239,7 @@ Used to grey out relevant toolbar icons.") ([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 @@ required by the caller." (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 @@ class of the file (using s to separate nested class ids)." '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))))) -- 2.39.2