[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 48bfebc: * lisp/help.el (help--describe-translation): Fix typo.
From: |
Stefan Kangas |
Subject: |
master 48bfebc: * lisp/help.el (help--describe-translation): Fix typo. |
Date: |
Tue, 9 Mar 2021 19:23:31 -0500 (EST) |
branch: master
commit 48bfebc3b91def777bf13a7a889e31f330c4d32d
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>
* 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 94073e5..79d8296 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 48bfebc: * lisp/help.el (help--describe-translation): Fix typo.,
Stefan Kangas <=