From 48bfebc3b91def777bf13a7a889e31f330c4d32d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 10 Mar 2021 01:20:58 +0100 Subject: [PATCH] * lisp/help.el (help--describe-translation): Fix typo. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 94073e5730a..79d8296cfed 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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) -- 2.39.2