]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-gud-gdb-command-name): Fix typo in docstring.
authorMichaël Cadilhac <michael.cadilhac@lrde.org>
Thu, 4 Oct 2007 09:27:14 +0000 (09:27 +0000)
committerMichaël Cadilhac <michael.cadilhac@lrde.org>
Thu, 4 Oct 2007 09:27:14 +0000 (09:27 +0000)
lisp/ChangeLog
lisp/progmodes/gud.el

index 7677862f1827786eaa1ef6c445737cab6b77ae83..937069beaa73082e6dc1e66aee45cc4f2adfe1ad 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
+
 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-gud-gdb-command-name): New option.
index 2d715b7a4e61db95e22ac8c7ff452d914dd59a59..e5217b7162a06b785696b284ff87547b5e3cb9ba 100644 (file)
@@ -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)))))