changeset 17517:9c994995ddb0

doc: Fix reference to __unimplemented__ * grammar.txi: Fix reference to __unimplemented__ internal function.
author Mike Miller <mtmiller@ieee.org>
date Sun, 29 Sep 2013 16:47:22 -0400
parents 21656a949661
children 6c62150b454a
files doc/interpreter/grammar.txi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/grammar.txi	Sun Sep 29 16:06:41 2013 -0400
+++ b/doc/interpreter/grammar.txi	Sun Sep 29 16:47:22 2013 -0400
@@ -78,8 +78,8 @@
 @DOCSTRING(remove_input_event_hook)
 
 Finally, when the parser cannot identify an input token it calls a particular
-function to handle this.  By default, this is the function
-@qcode{"unimplemented"} which makes suggestions about possible Octave
+function to handle this.  By default, this is the internal function
+@qcode{"__unimplemented__"} which makes suggestions about possible Octave
 substitutes for @sc{matlab} functions.
 
 @DOCSTRING(missing_function_hook)