# HG changeset patch # User Carnë Draug # Date 1373381449 -3600 # Node ID 23f6852052bbb25c35dbc313541367520e51ea74 # Parent 5c25f7ed080c549183b61c0806f211baa0b5ac3e defaults.cc: refer to more functions in the seealso section of help text. diff -r 5c25f7ed080c -r 23f6852052bb libinterp/corefcn/defaults.cc --- a/libinterp/corefcn/defaults.cc Mon Jul 08 21:10:34 2013 +0200 +++ b/libinterp/corefcn/defaults.cc Tue Jul 09 15:50:49 2013 +0100 @@ -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;