diff options
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index c4402ece4e5..604a365957c 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -869,7 +869,8 @@ current buffer." (insert "\n\n" ;; FIXME: Can't use eval-when-compile because purified ;; strings lose their text properties :-( - (propertize "\n" 'face '(:height 0.1 :inverse-video t)) + (propertize "\n" 'face + '(:height 0.1 :inverse-video t :extend t)) "\n"))) (princ brief-desc) |