From fe3db23684c9de5b879733b7c7e3f7bbffbee026 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 Jul 2022 08:33:19 -0300 Subject: [PATCH] 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" --- doc/elisp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0