# HG changeset patch # User Rik # Date 1240273816 25200 # Node ID b38c45d1fc0819f7626231efbb4f8c12cbe4c927 # Parent c1fff751b5a886bcaea31fd8b461b8c628ddcd45 Remove trailing space from two doc strings to eliminate compile warning diff --git a/src/data.cc b/src/data.cc --- 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\ diff --git a/src/defaults.cc b/src/defaults.cc --- 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\