Mercurial > hg > octave-lyh
changeset 9142:b38c45d1fc08
Remove trailing space from two doc strings to eliminate compile warning
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Mon, 20 Apr 2009 17:30:16 -0700 |
parents | c1fff751b5a8 |
children | 74d5c1a4ca96 |
files | src/data.cc src/defaults.cc |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -1003,7 +1003,7 @@ @end tex\n\ @end iftex\n\ @ifnottex\n\ -@code{1/2 <= abs(f) < 1}\n\ +@code{1/2 <= abs(f) < 1}\n\ @end ifnottex\n\ and @var{e} is an integer. If @code{x = 0}, @code{f = e = 0}.\n\ @seealso{pow2, log, log10, exp}\n\
--- a/src/defaults.cc +++ b/src/defaults.cc @@ -404,7 +404,7 @@ @deftypefnx {Built-in Function} {@var{old_val} =} EDITOR (@var{new_val})\n\ Query or set the internal variable that specifies the editor to\n\ use with the @code{edit_history} command. The default value is taken from\n\ -the environment variable @w{@code{EDITOR}} when Octave starts. If the\n\ +the environment variable @w{@code{EDITOR}} when Octave starts. If the\n\ environment variable is not initialized, @w{@code{EDITOR}} will be set to\n\ @code{\"emacs\"}.\n\ @seealso{edit_history}\n\