mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
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:
parent
b2d0720971
commit
fe3db23684
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue