diff options
Diffstat (limited to 'lisp/help-fns.el')
| -rw-r--r-- | lisp/help-fns.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 14dea7de9b7..40c57d05be9 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1463,7 +1463,8 @@ current buffer and the selected frame, respectively." (progn (skip-chars-backward " \t\n") (point))) (insert "\n\n" (eval-when-compile - (propertize "\n" 'face '(:height 0.1 :inverse-video t))) + (propertize "\n" 'face + '(:height 0.1 :inverse-video t :extend t))) "\n") (when name (insert (symbol-name symbol) |
