projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79f09d
)
; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 17 Jun 2022 23:39:12 +0000
(
01:39
+0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 18 Jun 2022 05:00:32 +0000
(07:00 +0200)
lisp/doc-view.el
patch
|
blob
|
history
diff --git
a/lisp/doc-view.el
b/lisp/doc-view.el
index 9d27347360b9fbe34517b2258e650e02eb8b3e7b..c167ead1c822cf39922bb31ded245ac4bad88568 100644
(file)
--- 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 "Doc
v
iew")
+(put 'doc-view-bookmark-jump 'bookmark-handler-type "Doc
V
iew")
;; Obsolete.