changeset 19466:66ca15a97988

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.
author Rik <rik@octave.org>
date Tue, 21 Oct 2014 08:57:47 -0700
parents dc64f1c4a33e
children 653ed3a6ba83
files doc/interpreter/basics.txi libinterp/corefcn/toplev.cc
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/basics.txi
+++ b/doc/interpreter/basics.txi
@@ -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
--- a/libinterp/corefcn/toplev.cc
+++ b/libinterp/corefcn/toplev.cc
@@ -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;