From: Stefan Kangas Date: Fri, 17 Jun 2022 23:39:12 +0000 (+0200) Subject: ; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization. X-Git-Tag: emacs-29.0.90~1447^2~1651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ed633a0c8a8589a1c5d5efab93b3c06a1e56f9f;p=emacs.git ; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization. --- 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.