diff options
| -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) |