diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 16a60f35a0..237c9a41dc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-03 Joel Brobecker + + * python.texi (Xmethod API): Fix reference to "Progspaces In + Python". + 2014-06-03 Siva Chandra Reddy * python.texi (Xmethods In Python, XMethod API) diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 1ba248bbb1..2f1b71fdec 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -2322,7 +2322,7 @@ The @code{matcher} is registered with @code{locus}, replacing an existing matcher with the same name as @code{matcher} if @code{replace} is @code{True}. @code{locus} can be a @code{gdb.Objfile} object (@pxref{Objfiles In Python}), or a -@code{gdb.Progspace} object (@pxref{Program Spaces In Python}), or +@code{gdb.Progspace} object (@pxref{Progspaces In Python}), or @code{None}. If it is @code{None}, then @code{matcher} is registered globally. @end defun