From: Michaƫl Cadilhac Date: Thu, 4 Oct 2007 09:27:14 +0000 (+0000) Subject: (gud-gud-gdb-command-name): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.1.90~685 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4f1855ae300afb0ecdbdd94b0841504190b8fbc;p=emacs.git (gud-gud-gdb-command-name): Fix typo in docstring. --- 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)))))