* gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.

This commit is contained in:
Doug Evans 2011-02-23 23:33:12 +00:00
parent d1e12d09f3
commit 8280977478
2 changed files with 5 additions and 1 deletions

View 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.

View 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