mirror of https://github.com/texmacs/doc.git
Comment on options for contextually overloaded functions.
This commit is contained in:
parent
2fc06e254a
commit
c98adf2e39
|
@ -1,4 +1,4 @@
|
||||||
<TeXmacs|1.0.7.14>
|
<TeXmacs|1.0.7.15>
|
||||||
|
|
||||||
<style|tmdoc>
|
<style|tmdoc>
|
||||||
|
|
||||||
|
@ -102,6 +102,13 @@
|
||||||
options and explain how the additional information attached to functions
|
options and explain how the additional information attached to functions
|
||||||
can be exploited.
|
can be exploited.
|
||||||
|
|
||||||
|
<\warning>
|
||||||
|
A current limitation of the implementation is that functions overloaded
|
||||||
|
using <scm|:require> and <scm|:mode> cannot have different options. This
|
||||||
|
means in particular that you cannot specify different values for
|
||||||
|
<scm|:synopsis> depending on the context.
|
||||||
|
</warning>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(:synopsis <scm-arg|short-help>)><explain-synopsis|short
|
<scm|(:synopsis <scm-arg|short-help>)><explain-synopsis|short
|
||||||
description>
|
description>
|
||||||
|
|
Loading…
Reference in New Issue