diff doc/interpreter/basics.txi @ 12527:30ee8f0cc7c2

Add dump_prefs to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 19 Mar 2011 12:33:09 -0700
parents 91ccd08fe80c
children e4a22302dc97
line wrap: on
line diff
--- a/doc/interpreter/basics.txi
+++ b/doc/interpreter/basics.txi
@@ -336,6 +336,11 @@
 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