Mercurial > hg > octave-lyh
changeset 11413:ae0deb52af27
Correct use of xref macro to prevent Texinfo warning.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 25 Dec 2010 07:43:04 -0800 |
parents | a8a9f062d0ef |
children | 5e6ef42a2445 |
files | src/ChangeLog src/input.cc |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-12-25 Rik <octave@nomad.inbox5.com> + + * input.cc (PS1): Correct use of xref macro to remove Tex warning. + 2010-12-22 Jordi GutiƩrrez Hermoso <jordigh@gmail.com> * input.cc (PS1): Give an example of how PS1 can use ANSI escape
--- a/src/input.cc +++ b/src/input.cc @@ -1377,7 +1377,7 @@ which will result in the prompt @samp{boris@@kremvax> } for the user\n\ @samp{boris} logged in on the host @samp{kremvax.kgb.su}. Note that two\n\ backslashes are required to enter a backslash into a double-quoted\n\ -character string. @xref{Strings}\n\ +character string. @xref{Strings}.\n\ \n\ You can also use ANSI escape sequences if your terminal supports them.\n\ This can be useful for colouring the prompt. For example,\n\