]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help.el (help--describe-translation): Fix typo.
authorStefan Kangas <stefan@marxist.se>
Wed, 10 Mar 2021 00:20:58 +0000 (01:20 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 10 Mar 2021 00:23:25 +0000 (01:23 +0100)
lisp/help.el

index 94073e5730a8c73bca1f73142d4e480f1508dbf1..79d8296cfedbdb91ee44e10f1bca8f2932e55cd1 100644 (file)
@@ -1253,7 +1253,7 @@ Return nil if the key sequence is too long."
   ;; Converted from describe_translation in keymap.c.
   ;; Avoid using the `help-keymap' face.
   (let ((op (point)))
-    (indent-to 16)
+    (indent-to 16 1)
     (set-text-properties op (point) '( face nil
                                       font-lock-face nil)))
   (cond ((symbolp definition)