Changeset 78421f892add396309eca26ddc56522b408c67ca
- Timestamp:
- 06/10/2008 10:09:08 AM
(2 months ago)
- Author:
- mitchell <mitchell@frost.(none)>
- git-committer:
- mitchell <mitchell@frost.(none)> 1213117748 -0400
- git-parent:
[b34530c60d70d0477f7a08eec79f7f24188eee49]
- git-author:
- mitchell <mitchell@frost.(none)> 1213117748 -0400
- Message:
Fixed important typo in PARSER_DOC. Please see revision.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r02072fd |
r78421f8 |
|
| 295 | 295 | Main Action Structure: |
|---|
| 296 | 296 | action [lang]_ecallback { |
|---|
| 297 | | callback([lang]_LANG, entity, cint(ts), cint(te)); |
|---|
| | 297 | callback([lang]_LANG, [lang]_entities[entity], cint(ts), cint(te)); |
|---|
| 298 | 298 | } |
|---|
| 299 | 299 | |
|---|