summaryrefslogtreecommitdiff
path: root/tex/context/base/chem-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/chem-ini.lua')
-rw-r--r--tex/context/base/chem-ini.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/chem-ini.lua b/tex/context/base/chem-ini.lua
index c862e00e3..10db1a1e4 100644
--- a/tex/context/base/chem-ini.lua
+++ b/tex/context/base/chem-ini.lua
@@ -35,7 +35,7 @@ end
function commands.molecule(str)
if trace_molecules then
local rep = lpegmatch(moleculeparser,str)
- report_chemistry("molecule %s => %s",str,rep)
+ report_chemistry("molecule %a becomes %a",str,rep)
context(rep)
else
context(lpegmatch(moleculeparser,str))