]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization.
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Jun 2022 23:39:12 +0000 (01:39 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 18 Jun 2022 05:00:32 +0000 (07:00 +0200)
lisp/doc-view.el

index 9d27347360b9fbe34517b2258e650e02eb8b3e7b..c167ead1c822cf39922bb31ded245ac4bad88568 100644 (file)
@@ -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.