diff scripts/miscellaneous/debug.m @ 13867:922bfdd80413

Clean up help about old flags for debug variables * debug.m: Change the wording about old flags into new functions * pt-assign.cc (maybe_warn_former_built_in_variable): Clarify wording about assigning values to functions.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 14 Nov 2011 21:50:16 -0500
parents c792872f8942
children 472a25155d82
line wrap: on
line diff
--- a/scripts/miscellaneous/debug.m
+++ b/scripts/miscellaneous/debug.m
@@ -57,13 +57,16 @@
 ## Quit debugging mode and return to the main prompt.
 ##
 ## @item debug_on_error
-## Flag whether to enter debug mode in case Octave encounters an error.
+## Function to query or set whether to enter debug mode in case Octave
+## encounters an error.
 ##
 ## @item debug_on_warning
-## Flag whether to enter debug mode in case Octave encounters a warning.
+## Function to query or set whether to enter debug mode in case Octave
+## encounters a warning.
 ##
 ## @item debug_on_interrupt
-## Flag whether to enter debug mode in case Octave encounters an interupt.
+## Function to query or set whether to enter debug mode in case Octave
+## encounters an interupt.
 ##
 ## @end table
 ##