# HG changeset patch # User Rik # Date 1413907067 25200 # Node ID 66ca15a97988ca0b6612146bce696369b75e0dbb # Parent dc64f1c4a33e97a7308800054c028ba109b0a9e8 doc: Remove deprecated dump_prefs function from the manual. * basics.txi: Remove dump_prefs from manual. * toplev.cc (Foctave_config_info): Removee seealso link to dump_prefs. diff -r dc64f1c4a33e -r 66ca15a97988 doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi Tue Oct 21 08:41:09 2014 -0700 +++ b/doc/interpreter/basics.txi Tue Oct 21 08:57:47 2014 -0700 @@ -377,11 +377,6 @@ invoke Octave with the @option{--verbose} option but without the @option{--silent} option. -The @code{dump_prefs} function is useful for determining what customizations -to Octave are possible and which are in effect. - -@DOCSTRING(dump_prefs) - @node Quitting Octave @section Quitting Octave @cindex exiting octave diff -r dc64f1c4a33e -r 66ca15a97988 libinterp/corefcn/toplev.cc --- a/libinterp/corefcn/toplev.cc Tue Oct 21 08:41:09 2014 -0700 +++ b/libinterp/corefcn/toplev.cc Tue Oct 21 08:57:47 2014 -0700 @@ -1251,7 +1251,7 @@ If @var{option} is a string, return the configuration information for the\n\ specified option.\n\ \n\ -@seealso{dump_prefs, computer}\n\ +@seealso{computer}\n\ @end deftypefn") { octave_value retval;