diff options
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r-- | lisp/doc-view.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 22570dd5103..9d27347360b 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1641,7 +1641,8 @@ For now these keys are useful: \\[image-kill-buffer] : Kill the conversion process and this buffer. \\[doc-view-kill-proc] : Kill the conversion process.\n"))))) -(declare-function tooltip-show "tooltip" (text &optional use-echo-area)) +(declare-function tooltip-show "tooltip" (text &optional use-echo-area + text-face default-face)) (defun doc-view-show-tooltip () (interactive) |