From 9eeee97773603ecd14f8cbdef2561cbeabd523fd Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 30 Oct 2010 04:39:47 +0000 Subject: [PATCH] * gdb.texinfo (Python): Fix long line. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6a3d962..052f580 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 9446932..d4a04f7 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. -- 2.7.4