changeset 112:5f8d97394b62

doc-view-mode: fix horizontall scrolling keybinding
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 12 Mar 2015 12:30:17 -0400
parents f3c23edcd97a
children 9ea0ccd3337a
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -216,7 +216,7 @@
 	    (local-set-key (kbd "j") 'doc-view-next-line-or-next-page)
 	    (local-set-key (kbd "k") 'doc-view-previous-line-or-previous-page)
 	    (local-set-key (kbd "h")  'image-backward-hscroll)
-	    (local-set-key (kbd "l")  'image-forwardefin-hscroll)))
+	    (local-set-key (kbd "l")  'image-forward-hscroll)))
 
 (setq doc-view-continuous t)