diff options
author | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
commit | dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e (patch) | |
tree | f0c67f9c593578bcf210083c303c93eba7a0cf00 /lisp/doc-view.el | |
parent | 2c4e9985922b106389abf659d63d8dd721f2a9bc (diff) | |
parent | 725251094b37727d3acebed22abfb4aa7b9b6592 (diff) | |
download | emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.gz emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.bz2 emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
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) |