Mercurial > hg > octave-nkf
diff libinterp/corefcn/defaults.cc @ 16926:23f6852052bb
defaults.cc: refer to more functions in the seealso section of help text.
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Tue, 09 Jul 2013 15:50:49 +0100 |
parents | 68fc671a9339 |
children | bc924baa2c4e |
line wrap: on
line diff
--- a/libinterp/corefcn/defaults.cc +++ b/libinterp/corefcn/defaults.cc @@ -479,6 +479,7 @@ When called from inside a function with the \"local\" option, the variable is\n\ changed locally for the function and any subroutines it calls. The original\n\ variable value is restored when exiting the function.\n\ +\n\ @seealso{edit_history}\n\ @end deftypefn") { @@ -511,6 +512,8 @@ When called from inside a function with the \"local\" option, the variable is\n\ changed locally for the function and any subroutines it calls. The original\n\ variable value is restored when exiting the function.\n\ +\n\ +@seealso{IMAGE_PATH, OCTAVE_HOME}\n\ @end deftypefn") { octave_value retval = SET_NONEMPTY_INTERNAL_STRING_VARIABLE (EXEC_PATH); @@ -544,6 +547,8 @@ When called from inside a function with the \"local\" option, the variable is\n\ changed locally for the function and any subroutines it calls. The original\n\ variable value is restored when exiting the function.\n\ +\n\ +@seealso{EXEC_PATH, OCTAVE_HOME}\n\ @end deftypefn") { return SET_NONEMPTY_INTERNAL_STRING_VARIABLE (IMAGE_PATH); @@ -565,6 +570,8 @@ "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} OCTAVE_HOME ()\n\ Return the name of the top-level Octave installation directory.\n\ +\n\ +@seealso{EXEC_PATH, IMAGE_PATH}\n\ @end deftypefn") { octave_value retval;