python: Fix erroneous doc about gdb.objfiles()
[deliverable/binutils-gdb.git] / gdb / doc / python.texi
index 896e27b48912d9245ed60b8fa370c780a87e0c06..aca6ec858cf62b2e2a68fde64e71d0e723950fda 100644 (file)
@@ -4112,10 +4112,10 @@ this function returns @code{None}.
 
 @findex gdb.objfiles
 @defun gdb.objfiles ()
-Return a sequence of all the objfiles current known to @value{GDBN}.
-@xref{Objfiles In Python}.  This is identical to
-@code{gdb.selected_inferior().progspace.objfiles()} (@pxref{Progspaces In
-Python}) and is included for historical compatibility.
+Return a sequence of objfiles referenced by the current program space.
+@xref{Objfiles In Python}, and @ref{Progspaces In Python}.  This is identical
+to @code{gdb.selected_inferior().progspace.objfiles()} and is included for
+historical compatibility.
 @end defun
 
 @findex gdb.lookup_objfile
This page took 0.027477 seconds and 4 git commands to generate.