From: David Bremner Date: Sun, 31 Jul 2022 11:33:19 +0000 (-0300) Subject: doc/emacs: drop domain label X-Git-Tag: 0.37_rc0~6 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=fe3db23684c9de5b879733b7c7e3f7bbffbee026 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" --- diff --git a/doc/elisp.py b/doc/elisp.py index 642ea9ae..b8b4931b 100644 --- a/doc/elisp.py +++ b/doc/elisp.py @@ -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