From: Stefan Kangas Date: Wed, 10 Mar 2021 00:20:58 +0000 (+0100) Subject: * lisp/help.el (help--describe-translation): Fix typo. X-Git-Tag: emacs-28.0.90~3350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48bfebc3b91def777bf13a7a889e31f330c4d32d;p=emacs.git * lisp/help.el (help--describe-translation): Fix typo. --- 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)