diff src/variables.cc @ 12573:232a90612254

Add new section on parsing to documentation. Add functions add_input_event_hook, remove_input_event_hook, missing_function_hook to documentation.
author Rik <octave@nomad.inbox5.com>
date Sun, 03 Apr 2011 20:33:14 -0700
parents 39ca02387a32
children 2dbac27e0e40
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -2521,8 +2521,8 @@
     "-*- texinfo -*-\n\
 @deftypefn  {Built-in Function} {@var{val} =} missing_function_hook ()\n\
 @deftypefnx {Built-in Function} {@var{old_val} =} missing_function_hook (@var{new_val})\n\
-Query or set the internal variable that allows setting a custom hook function\n\
-called when an uknown identifier is requested.\n\
+Query or set the internal variable that specifies the function to call when\n\
+an unknown identifier is requested.\n\
 @end deftypefn")
 {
   return SET_INTERNAL_VARIABLE (missing_function_hook);