diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 9d27347360b..c167ead1c82 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -2260,7 +2260,7 @@ See the command `doc-view-mode' for more information on this mode." (add-hook 'bookmark-after-jump-hook show-fn-sym) (bookmark-default-handler bmk))) -(put 'doc-view-bookmark-jump 'bookmark-handler-type "Docview") +(put 'doc-view-bookmark-jump 'bookmark-handler-type "DocView") ;; Obsolete.