1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 06:00:50 -08:00

* lisp/help.el (help--describe-translation): Fix typo.

This commit is contained in:
Stefan Kangas 2021-03-10 01:20:58 +01:00
parent e8f0a7b6c1
commit 48bfebc3b9

View 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)