1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization.

This commit is contained in:
Stefan Kangas 2022-06-18 01:39:12 +02:00
parent b79f09d095
commit 0ed633a0c8

View 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.