diff options
| author | David Bremner <david@tethera.net> | 2022-07-31 08:33:19 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-08-11 07:43:17 -0300 |
| commit | fe3db23684c9de5b879733b7c7e3f7bbffbee026 (patch) | |
| tree | b1921508b108e793674e275185d24e29c9ad91e2 /doc/elisp.py | |
| parent | b2d07209713cb872117cb7701ac5133bb183744a (diff) | |
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"
Diffstat (limited to 'doc/elisp.py')
| -rw-r--r-- | doc/elisp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
