From: Doug Evans Date: Sat, 30 Oct 2010 04:39:47 +0000 (+0000) Subject: * gdb.texinfo (Python): Fix long line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9eeee97773603ecd14f8cbdef2561cbeabd523fd;p=binutils-gdb.git * gdb.texinfo (Python): Fix long line. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6a3d962fc29..052f580909d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Doug Evans + + * gdb.texinfo (Python): Fix long line. + 2010-10-20 Doug Evans * gdbint.texinfo (Misc Guidelines): Renamed from Coding. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 944693256a2..d4a04f778a3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20393,7 +20393,8 @@ Python programming language}. This feature is available only if @cindex python directory Python scripts used by @value{GDBN} should be installed in @file{@var{data-directory}/python}, where @var{data-directory} is -the data directory as determined at @value{GDBN} startup (@pxref{Data Files}). This directory, known as the @dfn{python directory}, +the data directory as determined at @value{GDBN} startup (@pxref{Data Files}). +This directory, known as the @dfn{python directory}, is automatically added to the Python Search Path in order to allow the Python interpreter to locate all scripts installed at this location.