mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +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."""
|
"""A domain to document Emacs Lisp code."""
|
||||||
|
|
||||||
name = 'el'
|
name = 'el'
|
||||||
label = 'Emacs Lisp'
|
label = ''
|
||||||
|
|
||||||
object_types = {
|
object_types = {
|
||||||
# TODO: Set search prio for object types
|
# TODO: Set search prio for object types
|
||||||
|
|
Loading…
Reference in a new issue