mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Fix comment
This commit is contained in:
parent
c5b7d871e0
commit
81af5ac742
@ -398,7 +398,7 @@ docstring nomenclWidest(Buffer const & buffer, OutputParams const & runparams)
|
||||
ParamInfo::HANDLING_LATEXIFY)
|
||||
: docstring();
|
||||
// strip out % characters which are used as escape in nomencl
|
||||
// but act as comment in out context here´
|
||||
// but act as comment in our context here
|
||||
symbol = subst(symbol, from_ascii("%"), docstring());
|
||||
// This is only an approximation,
|
||||
// but the best we can get.
|
||||
|
Loading…
Reference in New Issue
Block a user