X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=doc%2Felisp.py;fp=doc%2Felisp.py;h=642ea9ae2eacb89388b4bd50584d864cba2f58fe;hp=1a96b12a900012cd8cd5be7d8612f710bc0b8893;hb=b2d07209713cb872117cb7701ac5133bb183744a;hpb=4d367ac0b4d7bc5110a068856d958d8e88eb4f12 diff --git a/doc/elisp.py b/doc/elisp.py index 1a96b12a..642ea9ae 100644 --- a/doc/elisp.py +++ b/doc/elisp.py @@ -215,7 +215,7 @@ class EmacsLispFunction(EmacsLispSymbol): class EmacsLispKey(ObjectDescription): """A directive to document interactive commands via their bindings.""" - label = 'Interactive command' + label = 'Emacs command' def handle_signature(self, signature, signode): """Create nodes to ``signode`` for ``signature``. @@ -266,7 +266,7 @@ class EmacsLispKey(ObjectDescription): line=self.lineno) keymap[binding] = self.env.docname - index_text = '{name}; key binding'.format(name=binding) + index_text = '{name}; Emacs key binding'.format(name=binding) self.indexnode['entries'].append( ('pair', index_text, reftarget, '', None))