* gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
authorDoug Evans <dje@google.com>
Wed, 23 Feb 2011 23:33:12 +0000 (23:33 +0000)
committerDoug Evans <dje@google.com>
Wed, 23 Feb 2011 23:33:12 +0000 (23:33 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 69b0814cce557a12f9f0e2cfa5cd2514904128fb..3f91321c55e004f570f56fc7a47cbedd760261b3 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-23  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
+
 2011-02-23  Michael Snyder  <msnyder@vmware.com>
 
        * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
index 32bcc7bdfe20f6d278c60ae16466882fadb36a79..32d9b447c9a3c8830b3fa740d1bbee9a0664f8ae 100644 (file)
@@ -22847,7 +22847,7 @@ The result is a tuple of two elements.
 The first element is a @code{gdb.Symbol} object or @code{None} if the symbol
 is not found.
 If the symbol is found, the second element is @code{True} if the symbol
-is a field of a method's object (e.g., @code{this} in @code{C++}),
+is a field of a method's object (e.g., @code{this} in C@t{++}),
 otherwise it is @code{False}.
 If the symbol is not found, the second element is @code{False}.
 @end defun