mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 16:51:46 -07:00
Put sense in superscript even if glossary cross-ref spans multiple lines.
Copied from Perforce Change: 180174 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
859496f57a
commit
9ea0b06b4a
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ class GlossaryTransform(transforms.Transform):
|
|||
see_only_ids = set()
|
||||
xref_ids = defaultdict(list)
|
||||
default_priority = 999
|
||||
sense_re = re.compile(r'(.*)\s+(\([0-9]+\))$')
|
||||
sense_re = re.compile(r'(.*)\s+(\([0-9]+\))$', re.S)
|
||||
|
||||
def superscript_children(self, target):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue