doc/emacs: drop domain label

This makes the generate info files somewhat less verbose, so that they
say e.g. "Key Binding" instead of "Emacs Key Binding"
This commit is contained in:
David Bremner 2022-07-31 08:33:19 -03:00
parent b2d0720971
commit fe3db23684

View file

@ -302,7 +302,7 @@ class EmacsLispDomain(Domain):
"""A domain to document Emacs Lisp code."""
name = 'el'
label = 'Emacs Lisp'
label = ''
object_types = {
# TODO: Set search prio for object types