]> git.cworth.org Git - notmuch/blobdiff - doc/elisp.py
doc/elisp: replace label for Emacs commands and key bindings.
[notmuch] / doc / elisp.py
index 1a96b12a900012cd8cd5be7d8612f710bc0b8893..642ea9ae2eacb89388b4bd50584d864cba2f58fe 100644 (file)
@@ -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))