diff options
| author | Stefan Kangas | 2021-03-10 01:20:58 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-03-10 01:23:25 +0100 |
| commit | 48bfebc3b91def777bf13a7a889e31f330c4d32d (patch) | |
| tree | 72809664fff75a7ff82e5b430e7292d87c80f1b4 | |
| parent | e8f0a7b6c152116b1e87487f405dea67385e35fb (diff) | |
| download | emacs-48bfebc3b91def777bf13a7a889e31f330c4d32d.tar.gz emacs-48bfebc3b91def777bf13a7a889e31f330c4d32d.zip | |
* lisp/help.el (help--describe-translation): Fix typo.
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1253 | ;; Converted from describe_translation in keymap.c. | 1253 | ;; Converted from describe_translation in keymap.c. |
| 1254 | ;; Avoid using the `help-keymap' face. | 1254 | ;; Avoid using the `help-keymap' face. |
| 1255 | (let ((op (point))) | 1255 | (let ((op (point))) |
| 1256 | (indent-to 16) | 1256 | (indent-to 16 1) |
| 1257 | (set-text-properties op (point) '( face nil | 1257 | (set-text-properties op (point) '( face nil |
| 1258 | font-lock-face nil))) | 1258 | font-lock-face nil))) |
| 1259 | (cond ((symbolp definition) | 1259 | (cond ((symbolp definition) |