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.35.2
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org