changeset 78962:1e24f865fb6d

(gud-gud-gdb-command-name): Fix typo in docstring.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Thu, 04 Oct 2007 09:26:46 +0000
parents b1c01a5355f9
children 4cf85ca04173
files lisp/progmodes/gud.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)))))