Mercurial > hg > octave-jordi
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 +++ b/doc/interpreter/grammar.txi @@ -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)